This commit is contained in:
2024-03-18 19:42:44 +01:00
parent 838c2df336
commit b1eb3cb9a6
31 changed files with 2592 additions and 1908 deletions
-8
View File
@@ -1,8 +0,0 @@
type Post = {
id: Number,
title: String,
content: String,
date?: String,
}
export type { Post }