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/state | |
| 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/state')
| -rw-r--r-- | ui/src/state/store.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/src/state/store.ts b/ui/src/state/store.ts index 6746c1fb..1ad5dc32 100644 --- a/ui/src/state/store.ts +++ b/ui/src/state/store.ts @@ -11,7 +11,6 @@ import { Alias, ShellHistory, Var, - Settings, } from "./models"; import { invoke } from "@tauri-apps/api/core"; |
