Skip to content

Commit

Permalink
fix: remove extra import
Browse files Browse the repository at this point in the history
  • Loading branch information
eMerzh committed Nov 11, 2024
1 parent d75eb0f commit 2fc9c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppContainer.tsx
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 2fc9c64

Please sign in to comment.