Skip to content

Commit

Permalink
fix: sources
Browse files Browse the repository at this point in the history
  • Loading branch information
twlite committed Jul 19, 2021
1 parent ffc3aa8 commit 267fb9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/docs.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import Footer from "~/components/Footer.svelte";
import YukitokiSource from "~/data/YukitokiSource";
import DocsStore from "~/app/DocsStore";
import Sources from "~/data/Sources";
import Sources from "~/data/sources";
import { goto } from "@roxi/routify";
const docsSource = new DocsStore(YukitokiSource);
Expand Down

0 comments on commit 267fb9a

Please sign in to comment.