Fix exports
This commit is contained in:
parent
e5016c9fb1
commit
ad90ce6789
|
@ -1,6 +1,7 @@
|
|||
export { default as Home } from './Home';
|
||||
export { default as About } from './About';
|
||||
export { default as Blog } from './Blog';
|
||||
export { default as Post } from './Post';
|
||||
export { default as Portfolio } from './Portfolio';
|
||||
export { default as Resume } from './Resume';
|
||||
export { default as NotFoundPage } from './NotFoundPage';
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
export { default as BlogContainer } from './BlogContainer';
|
||||
export { default as PostContainer } from './PostContainer';
|
||||
|
|
Loading…
Reference in New Issue