feat: a lot of a lot

This commit is contained in:
2024-09-01 01:05:20 +03:00
parent b93bfe39d5
commit 45d80b7c86
38 changed files with 1000 additions and 6 deletions

View File

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