feat: bootstrap auto virtual tryon admin frontend
This commit is contained in:
5
app/(dashboard)/orders/page.tsx
Normal file
5
app/(dashboard)/orders/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { OrdersHomeScreen } from "@/features/orders/orders-home";
|
||||
|
||||
export default function OrdersPage() {
|
||||
return <OrdersHomeScreen />;
|
||||
}
|
||||
Reference in New Issue
Block a user