Skip to content

Commit

Permalink
Merge pull request #58 from csunibo/fix/import
Browse files Browse the repository at this point in the history
chore: fix import
  • Loading branch information
kocierik committed Sep 16, 2023
2 parents 92d9dde + 0c83c2b commit 00272df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { PageLoad } from './$types';
import TEACHINGS from '../config/courses.json' assert { type: 'json' };
import TEACHINGS from '../config/courses.json';

export const load = (async () => {
return {
Expand Down

0 comments on commit 00272df

Please sign in to comment.