add amplify
This commit is contained in:
3
dashboard_js/app/routes/orders/$id.tsx
Normal file
3
dashboard_js/app/routes/orders/$id.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function Component() {
|
||||
return <>orders single</>;
|
||||
}
|
||||
3
dashboard_js/app/routes/orders/index.tsx
Normal file
3
dashboard_js/app/routes/orders/index.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function Component() {
|
||||
return <>overview single</>;
|
||||
}
|
||||
Reference in New Issue
Block a user