Skip to content

Commit 2fc9c64

Browse files
committed
fix: remove extra import
1 parent d75eb0f commit 2fc9c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AppContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Alert, Badge, Button, Container, Modal, Text } from "@mantine/core"
1+
import { Alert, Button, Container, Modal, Text } from "@mantine/core"
22
import { useDisclosure, useLocalStorage } from "@mantine/hooks"
33
import { useMemo, useState } from "react"
44
import { BooleanParam, JsonParam, NumberParam, withDefault } from "use-query-params"

0 commit comments

Comments
 (0)