Skip to content

Commit

Permalink
chore: Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Dec 20, 2024
1 parent ba9e9a5 commit 07f5861
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/src/routes/(app)/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@
import { getCookie, deleteCookie } from '$lib/utils/cookies';
import { browser } from '$app/environment';
import * as m from '$paraglide/messages';
import { page } from '$app/stores';
import { breadcrumbs } from '$lib/utils/breadcrumbs';
import CommandPalette from '$lib/components/CommandPalette/CommandPalette.svelte';
import commandPaletteOpen from '$lib/components/CommandPalette/CommandPalette.svelte';
let sidebarOpen = true;
$: classesSidebarOpen = (open: boolean) => (open ? 'ml-7 lg:ml-64' : 'ml-7');
Expand Down

0 comments on commit 07f5861

Please sign in to comment.