Spaces:
Running
Running
File size: 125 Bytes
c10f8f8 |
1 2 3 4 5 6 |
import { AppEditor } from "@/components/editor";
export default function NewProjectPage() {
return <AppEditor isNew />;
}
|