feat: deals table

This commit is contained in:
2024-08-20 19:58:00 +03:00
parent 191f8ee972
commit a96b99eb01
9 changed files with 290 additions and 159 deletions

View File

@@ -1,6 +0,0 @@
import {createLazyFileRoute} from '@tanstack/react-router'
import {DealsPage} from "../pages/DealsPage";
export const Route = createLazyFileRoute('/deals')({
component: DealsPage
})