import * as React from 'react'; import {hot} from 'react-hot-loader'; const Root = () =>

root

export default hot(module)(Root)