wip: migrate frontend to new backend
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user