import React from 'react'; const CreateProject = () => { return (
Create new project page
); }; export default CreateProject;