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

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