Migrate more code to typescript
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
import Item from '~/components/blog/ListItem.astro';
|
||||
import type { Post } from '~/utils/posts';
|
||||
import type { Post } from "~/types"
|
||||
|
||||
export interface Props {
|
||||
posts: Array<Post>;
|
||||
|
Reference in New Issue
Block a user