7 lines
161 B
Plaintext
7 lines
161 B
Plaintext
|
---
|
||
|
import { posts, tags } from '@/helpers/schema';
|
||
|
import PostsLayout from '@/layouts/posts/PostsLayout.astro';
|
||
|
---
|
||
|
|
||
|
<PostsLayout pageNum={1} {posts} {tags} />
|