oops i forgot the page

This commit is contained in:
Andy Chan (12beesinatrenchcoat) 2024-03-23 15:16:44 -04:00
parent 14ae6efa46
commit b7e7046a88

View File

@ -23,6 +23,6 @@ export default function Page() {
return ( return (
<> <>
<Table headersData={data.headers} data={data.data} /> <Table headersData={data.headers} data={data.data} />
</>) </>);
} }