Skip to content

Commit

Permalink
🎨 Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
ssakone committed Dec 25, 2023
1 parent 9d109cc commit d927e4b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
import { AppPage } from '$lib/components/App';
import { profileController } from '$lib/controllers/profile.controller';
// import { PageSettings, PageHome, PageAddProfile } from '../lib/pages/index';
import PageHome from '$lib/pages/Home.svelte';
import PageSettings from '$lib/pages/Settings.svelte';
import PageAddProfile from '$lib/pages/AddProfile.svelte';
import { PageHome, PageSettings, PageAddProfile } from '$lib/pages';
if (typeof document !== 'undefined') profileController.loadTheme();
const promise = profileController.loadProfiles();
Expand Down

0 comments on commit d927e4b

Please sign in to comment.