Skip to content

Commit

Permalink
fix: eslint lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
moonlitgrace committed Jan 8, 2025
1 parent 14c4770 commit da715af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import Modals from '$lib/components/modals/index.svelte';
import Sidebar from '$lib/components/sidebar.svelte';
import { cn } from '$lib/functions/classnames';
import { debounce } from '$lib/functions/debounce';
import { createAuthStore } from '$lib/stores/auth.svelte';
import '../styles/app.css';
import '../styles/smiz.css';
Expand Down

0 comments on commit da715af

Please sign in to comment.