Skip to content

Commit

Permalink
still trying to fix the storybook problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac3105 committed Dec 6, 2024
1 parent 9840700 commit cee9075
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/routes/(app)/_components/layout/navbar.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<script>
// @ts-expect-error Import is as expected but throws error
import { page } from '$app/stores';
$: currentPage = $page.url.pathname;
const links = [
{ href: '/team/', label: 'Equipa', pageComp: '/team' },
Expand Down

0 comments on commit cee9075

Please sign in to comment.