Skip to content

Commit

Permalink
πŸ’š Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ssakone committed Dec 25, 2023
1 parent 529e7d4 commit f8d6c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { AppPage } from '$lib/components/App';
import { profileController } from '$lib/controllers/profile.controller';
import { PageSettings, PageHome, PageAddProfile } from '$lib/pages';
import { PageSettings, PageHome, PageAddProfile } from '$lib/Pages';
// Set theme based on local storage
if (typeof document !== 'undefined') profileController.loadTheme();
Expand Down

0 comments on commit f8d6c77

Please sign in to comment.