import TanStackTable from "@/components/table/TanStackTable"; import React from "react"; const HomePage = () => { return (
); }; export default HomePage;