enzostvs's picture
enzostvs HF Staff
initial
c10f8f8
raw
history blame
125 Bytes
import { AppEditor } from "@/components/editor";
export default function NewProjectPage() {
return <AppEditor isNew />;
}