This commit is contained in:
parent
69c01e02fd
commit
bba5926af4
@ -21,7 +21,7 @@
|
|||||||
import Index from '@damillora/plachta/components/PageTypes/Index.svelte';
|
import Index from '@damillora/plachta/components/PageTypes/Index.svelte';
|
||||||
import PostCard from '@damillora/plachta/components/PostCard/PostCard.svelte';
|
import PostCard from '@damillora/plachta/components/PostCard/PostCard.svelte';
|
||||||
import { onMount } from '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[] = [];
|
export let posts: any[] = [];
|
||||||
let newPosts: any[] = [];
|
let newPosts: any[] = [];
|
||||||
|
Loading…
Reference in New Issue
Block a user