Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwing committed Feb 23, 2023
1 parent 95c9c90 commit 3d3a827
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -13,7 +13,7 @@ import {
JustifyContent,
TypographyVariant,
AlignItems,
Color,
IconColor,
} from '../../../helpers/constants/design-system';
import { Icon, ICON_NAMES, ICON_SIZES } from '../../component-library';

Expand Down
Expand Up @@ -7,7 +7,7 @@ import Box from '../../../ui/box';
import Button from '../../../ui/button';
import Typography from '../../../ui/typography';
import {
Color,
IconColor,
DISPLAY,
FLEX_DIRECTION,
FONT_WEIGHT,
Expand Down
Expand Up @@ -20,7 +20,7 @@ import {
Size,
BackgroundColor,
TextColor,
Color,
IconColor,
} from '../../../helpers/constants/design-system';
import { Numeric } from '../../../../shared/modules/Numeric';

Expand Down
Expand Up @@ -9,7 +9,7 @@ import Box from '../../../components/ui/box';
import Typography from '../../../components/ui/typography';
import {
AlignItems,
Color,
IconColor,
FLEX_DIRECTION,
FONT_WEIGHT,
JustifyContent,
Expand Down

0 comments on commit 3d3a827

Please sign in to comment.