Skip to content

Commit

Permalink
fix: paths
Browse files Browse the repository at this point in the history
  • Loading branch information
t03i committed Oct 22, 2024
1 parent a8d576f commit 4d5fe11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/routes/detail/[slug]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
StructureViewer,
StructureViewerError,
StructureViewerLoading,
} from "$lib/components/StructureViewer";
} from "$lib/comps/StructureViewer";
import {
FeatureViewer,
FeatureViewerLoading,
} from "$lib/components/FeatureViewer";
} from "$lib/comps/FeatureViewer";
/** @type {import('./$types').PageData} */
export let data: { slug: string };
Expand Down

0 comments on commit 4d5fe11

Please sign in to comment.