diff --git a/src/ui/Alert.tsx b/src/ui/Alert.tsx index c27e41cf7..53c2fb04e 100644 --- a/src/ui/Alert.tsx +++ b/src/ui/Alert.tsx @@ -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 (