From 2fc9c64d22def03aab5e5917df31b422d0438256 Mon Sep 17 00:00:00 2001 From: eMerzh Date: Mon, 11 Nov 2024 17:08:29 +0100 Subject: [PATCH] fix: remove extra import --- src/AppContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AppContainer.tsx b/src/AppContainer.tsx index bb06e0d..aa6579f 100644 --- a/src/AppContainer.tsx +++ b/src/AppContainer.tsx @@ -1,4 +1,4 @@ -import { Alert, Badge, Button, Container, Modal, Text } from "@mantine/core" +import { Alert, Button, Container, Modal, Text } from "@mantine/core" import { useDisclosure, useLocalStorage } from "@mantine/hooks" import { useMemo, useState } from "react" import { BooleanParam, JsonParam, NumberParam, withDefault } from "use-query-params"