mirror of
https://github.com/reiyua/RaysMovieClub.git
synced 2026-01-20 15:37:47 +00:00
Create Contact webpage
This commit is contained in:
parent
0726adcb28
commit
b710dadc75
2 changed files with 4 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ import "react-bootstrap/Nav"
|
|||
import './App.css';
|
||||
import { About } from "./pages/About";
|
||||
import { Home } from "./pages/Home";
|
||||
import { Contact } from "./pages/Contact";
|
||||
import Container from "react-bootstrap/Container";
|
||||
import { Nav, Navbar } from "react-bootstrap/esm";
|
||||
|
||||
|
|
|
|||
3
src/pages/Contact.js
Normal file
3
src/pages/Contact.js
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export function Contact ( props ) {
|
||||
return ( <h1>{props.greeting} </h1>)
|
||||
}
|
||||
Loading…
Reference in a new issue