Reverted the file.
This commit is contained in:
parent
f01d5a0067
commit
447a96bdb7
3 changed files with 19 additions and 171 deletions
21
src/App.js
21
src/App.js
|
|
@ -1,11 +1,28 @@
|
|||
import { Component } from "react";
|
||||
import Homepage from './homePage/Homepage'
|
||||
|
||||
class App extends Component {
|
||||
render() {
|
||||
return (
|
||||
<div className="App">
|
||||
<Homepage/>
|
||||
<header className="App-header">
|
||||
<h1>Kene's Cribs</h1>
|
||||
<p>Real Website loading.......</p>
|
||||
</header>
|
||||
<section>
|
||||
<h1>hello everyone</h1>
|
||||
<div class="alert alert-primary" role="alert">
|
||||
A simple primary alert—check it out!
|
||||
</div>
|
||||
<div class="alert alert-primary" role="alert">
|
||||
A simple primary alert—check it out!
|
||||
</div>
|
||||
<div class="alert alert-primary" role="alert">
|
||||
A simple primary alert—check it out!
|
||||
</div>
|
||||
<div class="alert alert-primary" role="alert">
|
||||
A simple primary alert—check it out!
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue