unnecessary file removed
This commit is contained in:
parent
17957390c0
commit
9755750356
|
|
@ -1,8 +0,0 @@
|
|||
import { useReactTable } from "@tanstack/react-table";
|
||||
|
||||
const PostTable = () => {
|
||||
// const table = useReactTable()
|
||||
return <div></div>;
|
||||
};
|
||||
|
||||
export default PostTable;
|
||||
Loading…
Reference in New Issue