Skip to content

Commit 498bf5c

Browse files
committed
refactor(Toolbar): consolidate imports in ToolbarFlexGrowAndWidths example
1 parent f9fe659 commit 498bf5c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/react-core/src/components/Toolbar/examples/ToolbarFlexGrowAndWidths.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import { Fragment } from 'react';
2-
import { Toolbar, ToolbarItem, ToolbarGroup, ToolbarContent } from '@patternfly/react-core';
3-
import { Button } from '@patternfly/react-core';
4-
import SearchInput from '@patternfly/react-core/dist/esm/components/SearchInput/SearchInput';
2+
import { Toolbar, ToolbarItem, ToolbarGroup, ToolbarContent, Button, SearchInput } from '@patternfly/react-core';
53

64
export const ToolbarFlexGrowAndWidths: React.FunctionComponent = () => {
75
const flexGrowItems = (

0 commit comments

Comments
 (0)