plane/web/components/kanban-layout/index.tsx
2023-09-04 13:07:55 +05:30

12 lines
151 B
TypeScript

import React from "react";
export const KanbanInitLayout = () => {
console.log("");
return (
<div>
<div>Hello</div>
</div>
);
};