chore: format
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Damillora 2022-07-26 01:46:49 +07:00
parent 69c01e02fd
commit bba5926af4
1 changed files with 1 additions and 1 deletions

View File

@ -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[] = [];