made the route for the pages, navbar and footer of the application

This commit is contained in:
soyed 2021-03-31 00:30:37 -04:00
parent 447a96bdb7
commit b2a6c46255
21 changed files with 193 additions and 66 deletions

View file

@ -0,0 +1,9 @@
import React, { Component } from "react";
class ContactUs extends Component {
render() {
return <div>ContactUs</div>;
}
}
export default ContactUs;