wip: migrate frontend to new backend

This commit is contained in:
reya
2024-02-09 15:33:27 +07:00
parent ec78cf8bf7
commit 739ba63e6c
55 changed files with 351 additions and 933 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { Timeline } from "@columns/timeline";
export function HomeScreen() {
return (
<div className="relative w-full h-full">
<Timeline column={{ id: 1, kind: 1, title: "", content: "" }} />
<Timeline column={{ id: 1, title: "", content: "" }} />
</div>
);
}