made the route for the pages, navbar and footer of the application
This commit is contained in:
parent
447a96bdb7
commit
b2a6c46255
21 changed files with 193 additions and 66 deletions
|
|
@ -0,0 +1,9 @@
|
|||
import React, { Component } from "react";
|
||||
|
||||
class ContactUs extends Component {
|
||||
render() {
|
||||
return <div>ContactUs</div>;
|
||||
}
|
||||
}
|
||||
|
||||
export default ContactUs;
|
||||
Loading…
Add table
Add a link
Reference in a new issue