Components
npx shadcn@latest add https://21st.dev/r/TomIsLoading/kanbanLoading preview...
import { Kanban } from "@/components/ui/kanban";
const DemoKanban = () => {
return (
<div className="flex h-screen w-full justify-center items-center">
<Kanban />
</div>
);
};
export { DemoKanban };