Skip to content

Commit

Permalink
prettier + share system
Browse files Browse the repository at this point in the history
  • Loading branch information
github-tijlxyz committed Sep 2, 2023
1 parent a1281ec commit 47878fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Article.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import { formatDate } from '$lib/utils';
import { parse } from '$lib/articleParser.js';
import type { TabType } from '$lib/types';
import { page } from '$app/stores';
import { page } from '$app/stores';
export let eventid: string;
export let createChild: (type: TabType, data: string) => void;
Expand Down

0 comments on commit 47878fe

Please sign in to comment.