diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-06-06 10:36:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-06 10:36:39 +0100 |
| commit | d7f77ebfe1907f6993ba54bbd1b5c8544cdf7214 (patch) | |
| tree | 11e978a6008210c8a6751f33471c623a7b464fa1 /ui/src/App.tsx | |
| parent | chore(release): v18.3.0-prerelease.1 (#2090) (diff) | |
| download | atuin-d7f77ebfe1907f6993ba54bbd1b5c8544cdf7214.zip | |
feat(ui): setup single-instance (#2093)
Diffstat (limited to 'ui/src/App.tsx')
| -rw-r--r-- | ui/src/App.tsx | 10 |
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, |
