chore: cleanup unused imports
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
761ee416cd
commit
825dfbbef5
@ -1,7 +1,6 @@
|
||||
<script lang="ts">
|
||||
import dayjs from 'dayjs';
|
||||
import {
|
||||
Hero,
|
||||
PostHeader,
|
||||
Post,
|
||||
PostMain,
|
||||
@ -11,21 +10,7 @@
|
||||
PostCard,
|
||||
GhostStyle
|
||||
} from '@damillora/plachta';
|
||||
|
||||
import { processPostHtml } from '$lib/content/postProcessor';
|
||||
|
||||
import type { Load } from '@sveltejs/kit';
|
||||
import {
|
||||
browseNextPost,
|
||||
browsePrevPost,
|
||||
browseRelatedPost,
|
||||
readPost
|
||||
} from '$lib/content/contentApi';
|
||||
import { browser } from '$app/environment';
|
||||
import PostSeo from '$lib/components/SEO/PostSEO.svelte';
|
||||
import { onMount } from 'svelte';
|
||||
import { afterNavigate } from '$app/navigation';
|
||||
import { generateSrcsetString } from '$lib/content/srcset';
|
||||
|
||||
let { data } = $props();
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user