UNPKG

koot

Version:

Koot.js - React isomorphic framework created by CMUX

14 lines (11 loc) 293 B
import React, { Component } from 'react' // import { ImportStyleRoot } from 'sp-css-import' // @ImportStyleRoot() class RootComponent extends Component { render() { return ( <div>{this.props.children}</div> ) } } export default RootComponent