From 63cc352481269de11b5819fd5fb1463c6083cb66 Mon Sep 17 00:00:00 2001 From: WardPearce Date: Sat, 14 Feb 2026 22:15:58 +1300 Subject: [PATCH] Fix linting --- materialious/src/lib/components/settings/Interface.svelte | 1 - 1 file changed, 1 deletion(-) diff --git a/materialious/src/lib/components/settings/Interface.svelte b/materialious/src/lib/components/settings/Interface.svelte index 44a75e11..0799991f 100644 --- a/materialious/src/lib/components/settings/Interface.svelte +++ b/materialious/src/lib/components/settings/Interface.svelte @@ -38,7 +38,6 @@ interfaceRegionStore, interfaceSearchHistoryEnabled, interfaceSearchSuggestionsStore, - rawMasterKeyStore, searchHistoryStore, themeColorStore } from '../../store';