Reverted the file.

This commit is contained in:
Batuhan Basoglu 2021-03-30 06:16:55 -04:00
parent f01d5a0067
commit 447a96bdb7
3 changed files with 19 additions and 171 deletions

View file

@ -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 alertcheck it out!
</div>
<div class="alert alert-primary" role="alert">
A simple primary alertcheck it out!
</div>
<div class="alert alert-primary" role="alert">
A simple primary alertcheck it out!
</div>
<div class="alert alert-primary" role="alert">
A simple primary alertcheck it out!
</div>
</section>
</div>
);
}