routing
This commit is contained in:
parent
6d33f9bead
commit
a3abf8a38e
9 changed files with 31456 additions and 9298 deletions
13
src/pages/Blog.tsx
Normal file
13
src/pages/Blog.tsx
Normal file
|
@ -0,0 +1,13 @@
|
|||
import React, {useState} from 'react';
|
||||
import './Home.css';
|
||||
|
||||
function Blog() {
|
||||
|
||||
return (
|
||||
<div className="Blog">
|
||||
<h1>Blog</h1>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default Blog;
|
Loading…
Add table
Add a link
Reference in a new issue