This commit is contained in:
5
src/routes/shop/-/ShopRoute.tsx
Normal file
5
src/routes/shop/-/ShopRoute.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import SectionSurface from "@components/surface/SectionSurface";
|
||||
|
||||
export default function ShopRoute() {
|
||||
return <SectionSurface>Shop</SectionSurface>;
|
||||
}
|
||||
3
src/routes/shop/index.tsx
Normal file
3
src/routes/shop/index.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
import { createFileRoute } from "@tanstack/react-router";
|
||||
import component from "./-/ShopRoute";
|
||||
export const Route = createFileRoute("/shop/")({ component });
|
||||
Reference in New Issue
Block a user