import React from 'react'; import { Redirect } from 'react-router-dom'; const CreatePage = () => { return ; }; export default CreatePage;