Use ComponentName/index.js convention for Page

This commit is contained in:
Kimmo Puputti 2017-01-05 17:01:48 +02:00
parent 83f80b6950
commit 15a8e85b6e
2 changed files with 1 additions and 1 deletions

View file

@ -1,4 +1,4 @@
import Page from './Page/Page';
import Page from './Page';
export {
Page