users update create delete tested

This commit is contained in:
2025-11-16 20:35:19 +03:00
parent cf4f632afe
commit f870c2e62e
58 changed files with 4511 additions and 191 deletions

View File

@@ -26,10 +26,10 @@ export default function DashboardPage() {
<div className="flex flex-1 flex-col">
<div className="@container/main flex flex-1 flex-col gap-2">
<div className="flex flex-col gap-4 py-4 md:gap-6 md:py-6">
<SectionCards />
{/* <SectionCards />
<div className="px-4 lg:px-6">
<ChartAreaInteractive />
</div>
</div> */}
<DataTable data={data} />
</div>
</div>