Skip to content

Commit

Permalink
Update blog components
Browse files Browse the repository at this point in the history
  • Loading branch information
ragingwind committed Mar 29, 2020
1 parent 898314c commit dfe000b
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 1 deletion.
7 changes: 7 additions & 0 deletions templates/components/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @next-template/components

> Reusable React components for @next-template. heavily inspored @zeit blog-starer project
# License

MIT @ Jimmy Moon
File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 15 additions & 0 deletions templates/components/blog/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import Container from './container'
import Footer from './footer'
import Hero from './hero'
import Layout from './layout'
import Post from './post'
import Posts from './posts'

export {
Container,
Footer,
Hero,
Layout,
Post,
Posts
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion templates/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next-template/components",
"version": "1.1.0",
"version": "1.2.0",
"peerDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
Expand Down

0 comments on commit dfe000b

Please sign in to comment.