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