7 lines
307 B
TypeScript
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";
|