Skip to content

Commit

Permalink
πŸ’š Fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
ssakone committed Dec 25, 2023
1 parent 4706aae commit f54fc36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib/Pages/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Home from './Home.svelte';
import Settings from './Settings.svelte';
import AddProfile from './AddProfile.svelte';
import PageHome from './Home.svelte';
import PageSettings from './Settings.svelte';
import PageAddProfile from './AddProfile.svelte';

export { Home as PageHome, Settings as PageSettings, AddProfile as PageAddProfile };
export { PageHome, PageSettings, PageAddProfile };

0 comments on commit f54fc36

Please sign in to comment.