This repository has been archived on 2026-06-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
master-ai/vibn-frontend/components/project-creation-modal.tsx

7 lines
307 B
TypeScript

"use client";
// Re-export the new multi-step creation flow as a drop-in replacement
// for the original 2-step ProjectCreationModal.
export { CreateProjectFlow as ProjectCreationModal } from "./project-creation/CreateProjectFlow";
export type { CreationMode } from "./project-creation/CreateProjectFlow";