aboutsummaryrefslogtreecommitdiffstats
path: root/ui/src/App.tsx
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2024-06-06 10:36:39 +0100
committerGitHub <noreply@github.com>2024-06-06 10:36:39 +0100
commitd7f77ebfe1907f6993ba54bbd1b5c8544cdf7214 (patch)
tree11e978a6008210c8a6751f33471c623a7b464fa1 /ui/src/App.tsx
parentchore(release): v18.3.0-prerelease.1 (#2090) (diff)
downloadatuin-d7f77ebfe1907f6993ba54bbd1b5c8544cdf7214.zip
feat(ui): setup single-instance (#2093)
Diffstat (limited to 'ui/src/App.tsx')
-rw-r--r--ui/src/App.tsx10
1 files changed, 1 insertions, 9 deletions
diff --git a/ui/src/App.tsx b/ui/src/App.tsx
index 54b62c46..26a4d4da 100644
--- a/ui/src/App.tsx
+++ b/ui/src/App.tsx
@@ -5,17 +5,9 @@ import { useStore } from "@/state/store";
import Button, { ButtonStyle } from "@/components/Button";
-import {
- Dialog,
- DialogContent,
- DialogDescription,
- DialogHeader,
- DialogTitle,
- DialogTrigger,
-} from "@/components/ui/dialog";
+import { Dialog, DialogContent, DialogTrigger } from "@/components/ui/dialog";
import {
- Cog6ToothIcon,
HomeIcon,
ClockIcon,
WrenchScrewdriverIcon,