From 4a9f7d123e94374f14b7c7f8d18a10a93d8e7b15 Mon Sep 17 00:00:00 2001 From: vhande <78013271+vhande@users.noreply.github.com> Date: Fri, 25 Oct 2024 12:01:10 +0200 Subject: [PATCH] Fix lint --- src/ui/Alert.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 (