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