enzostvs's picture
enzostvs HF Staff
initial commit
13ae717
raw
history blame
120 Bytes
import { AppEditor } from "@/components/editor";
export default function ProjectsNewPage() {
return <AppEditor />;
}