enzostvs's picture
enzostvs HF Staff
update multi pages
ec51066
raw
history blame
126 Bytes
import { AppEditor } from "@/components/editor";
export default function ProjectsNewPage() {
return <AppEditor isNew />;
}