refactor Posts into their own file
This commit is contained in:
parent
2bd0b602ff
commit
687b378a8c
3 changed files with 184 additions and 177 deletions
|
|
@ -11,11 +11,11 @@ import 'highlight.js/styles/github-gist.css';
|
|||
|
||||
import { Container, Row, Column } from './skeleton';
|
||||
|
||||
import { Post, Posts } from './Article';
|
||||
import { Footer } from './Footer';
|
||||
import { Header } from './Header';
|
||||
import { NavList, TagNav } from './Nav';
|
||||
import { NotFound } from './NotFound';
|
||||
import { Post, Posts } from './Post';
|
||||
|
||||
|
||||
class App extends Component {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue