export * as Table from "./namespace"; export * from "./styles"; export * from "./table";
npx shadcn@latest add @kanpeki/table
import { Table } from "@/components/ui/table"
<Table />