Skip to content

Commit

Permalink
fix: header changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj authored and Suraj committed Mar 5, 2024
1 parent 38e25fb commit 06de61b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { Meta } from '@storybook/addon-docs';

<Meta title="common/components/Menu" />

import { Menu, MenuIcon, MenuItem, MenuItemLabel } from './Menu';
import { Menu, MenuIcon, MenuItem, MenuItemLabel } from '../../core-components/themed';
import {
ThemeIcon,
SettingsIcon,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import {
SelectDragIndicatorWrapper,
SelectDragIndicator,
SelectItem,
} from './Select';
} from '../../core-components/themed';
import {
Icon,
ChevronDownIcon,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
TableContainer,
InlineCode,
} from '@gluestack/design-system';
import { View } from './View';
import { View } from '../../core-components/themed';
import { Text, Heading } from '@gluestack-ui/themed';
import Wrapper from '../../core-components/themed/Wrapper';

Expand Down

0 comments on commit 06de61b

Please sign in to comment.