unnecessary file removed

This commit is contained in:
VividTruthKeeper 2022-09-07 22:15:54 +05:00
parent 17957390c0
commit 9755750356
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
import { useReactTable } from "@tanstack/react-table";
const PostTable = () => {
// const table = useReactTable()
return <div></div>;
};
export default PostTable;