import React from 'react'; import CreateProject from '../components/create_project'; export default function ViewCreateProject() { return ( ); }