File size: 126 Bytes
cececac
 
 
 
 
1
2
3
4
5
6
import { AppEditor } from "@/components/editor";

export default function ProjectsNewPage() {
  return <AppEditor isNew />;
}