plane/web/components/kanban-layout/index.tsx

12 lines
151 B
TypeScript
Raw Normal View History

2023-09-04 07:37:55 +00:00
import React from "react";
export const KanbanInitLayout = () => {
console.log("");
return (
<div>
<div>Hello</div>
</div>
);
};