Skip to content

Commit

Permalink
chore: fixes linting
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoldknott committed Feb 12, 2025
1 parent 9c21f70 commit 576a0cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend_svelte/src/routes/(layout)/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
} from '$lib/theming';
import type { Action } from 'svelte/action';
import NavButton from '$components/NavButton.svelte';
import UserButton from '$components/UserButton.svelte';
// import NavButton from '$components/NavButton.svelte';
// import UserButton from '$components/UserButton.svelte';
import { type Snippet } from 'svelte';
import { page } from '$app/state';
import Guard from '$components/Guard.svelte';
import ThemePicker from '$components/ThemePicker.svelte';
// import ThemePicker from '$components/ThemePicker.svelte';
import { themeStore } from '$lib/stores';
const theming = $state(new Theming());
Expand Down

0 comments on commit 576a0cc

Please sign in to comment.