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

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