diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 440fd50..bd36118 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -21,7 +21,7 @@ import Index from '@damillora/plachta/components/PageTypes/Index.svelte'; import PostCard from '@damillora/plachta/components/PostCard/PostCard.svelte'; import { onMount } from 'svelte'; -import IndexSeo from '$lib/components/SEO/IndexSEO.svelte'; + import IndexSeo from '$lib/components/SEO/IndexSEO.svelte'; export let posts: any[] = []; let newPosts: any[] = [];