aboutsummaryrefslogtreecommitdiffstats
path: root/ui/src/state/store.ts
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/state/store.ts
parentchore(release): v18.3.0-prerelease.1 (#2090) (diff)
downloadatuin-d7f77ebfe1907f6993ba54bbd1b5c8544cdf7214.zip
feat(ui): setup single-instance (#2093)
Diffstat (limited to 'ui/src/state/store.ts')
-rw-r--r--ui/src/state/store.ts1
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";