From 47878fe17bae17f73eb56e96eb04962498141181 Mon Sep 17 00:00:00 2001 From: github-tijlxyz <123159729+github-tijlxyz@users.noreply.github.com> Date: Sat, 2 Sep 2023 14:58:03 +0200 Subject: [PATCH] prettier + share system --- src/components/Article.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Article.svelte b/src/components/Article.svelte index 6dd3708..0e60abf 100644 --- a/src/components/Article.svelte +++ b/src/components/Article.svelte @@ -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;