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

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