I have no idea how but the date bug came back. Should be fixed

This commit is contained in:
2024-07-21 18:39:15 -05:00
parent 1259d19fde
commit 87c7169b3c
5 changed files with 62 additions and 9 deletions

View File

@ -4,5 +4,5 @@ import Table from "~/components/ui/Table";
export default async function Techs() {
const employees = await getEmployees();
return <Table employees={employees} />;
return <Table employees={employees}/>;
};