Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vhande committed Oct 25, 2024
1 parent ba49d97 commit 4a9f7d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ui/Alert.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import type { Values } from '@/types/Values';
import { parseSpacing } from '@/ui/Box';

import { Button } from './Button';
import { ButtonVariants } from './Button';
import { Icon, Icons } from './Icon';
import type { InlineProps } from './Inline';
import { Inline } from './Inline';
import { getStackProps, Stack } from './Stack';
import { Text } from './Text';
import { colors, getValueFromTheme } from './theme';
import { Button } from './Button';
import { Icon, Icons } from './Icon';
import { ButtonVariants } from './Button';

const IconWarning = () => {
return (
Expand Down

0 comments on commit 4a9f7d1

Please sign in to comment.