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