@setoelkahfi / svara / commits / 81992de

chore: removed unused imports

mellbacon committed May 21, 2024 at 13:21 UTC 81992deff36ab8ad56d46d4bc0d5c2c074cc8681
1 file changed +1 -1
src/lib/Statusbar.svelte
+1 -1
@@ -8,7 +8,7 @@
8 import Terminal, { clearTerminal, closeTerminal } from "./Terminal.svelte";
9 import { workingDir } from "./File";
10 import NotificationList from "./Notifications/NotificationList.svelte";
11 - import { NotifType, addNotification, clearNotifications, markAllRead, unreadnotifications } from "./Notifications/notifications";
11 + import { clearNotifications, markAllRead, unreadnotifications } from "./Notifications/notifications";
12
13 let appVersion = "";
14 onMount(async () => {