UNPKG

268 BJavaScriptView Raw
1import React, { Component } from 'react'
2import { ImportStyleRoot } from 'sp-css-import'
3
4@ImportStyleRoot()
5export default class RootComponent extends Component {
6 render() {
7 return (
8 <div>{this.props.children}</div>
9 )
10 }
11}
\No newline at end of file