rsnext/examples/with-emotion-fiber/pages/index.js

5 lines
135 B
JavaScript
Raw Normal View History

import withEmotion from '../hoc/withEmotion.component'
import home from '../features/home.component'
export default withEmotion(home)