From 3fae53223298e78ca900f63526d604dbe6211615 Mon Sep 17 00:00:00 2001 From: Nassim Tabchiche Date: Mon, 25 Nov 2024 00:30:40 +0100 Subject: [PATCH] Remove unused store --- enterprise/frontend/src/routes/(app)/stores.ts | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 enterprise/frontend/src/routes/(app)/stores.ts diff --git a/enterprise/frontend/src/routes/(app)/stores.ts b/enterprise/frontend/src/routes/(app)/stores.ts deleted file mode 100644 index a27e6afe2..000000000 --- a/enterprise/frontend/src/routes/(app)/stores.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { persisted } from 'svelte-persisted-store'; - -export const licenseAboutToExpireToastShown = persisted('licence_about_to_expire_toast_shown', false, { - storage: 'session' -});