From d7f77ebfe1907f6993ba54bbd1b5c8544cdf7214 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Thu, 6 Jun 2024 10:36:39 +0100 Subject: feat(ui): setup single-instance (#2093) --- ui/src/state/store.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'ui/src/state') 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"; -- cgit v1.3.1