import { ProjectForm } from "../form"; export default async function NewProjectPage() { return await ProjectForm({}); }