Finished blogs
This commit is contained in:
parent
42c4281276
commit
af69ba98ba
18 changed files with 311 additions and 19 deletions
|
@ -1,11 +1,14 @@
|
|||
import React, {useState} from 'react';
|
||||
import './Home.css';
|
||||
import Blogs from "../components/blogs/Blogs";
|
||||
|
||||
function Blog() {
|
||||
|
||||
return (
|
||||
<div className="Blog">
|
||||
<div className="Blog" style={{padding: 20}}>
|
||||
<h1>Blog</h1>
|
||||
<a href={"/"}>Return Home</a>
|
||||
<Blogs/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue