// 3rd party. import React from 'react'; import {hot} from 'react-hot-loader/root'; // 1st party. import Throughput from './throughput'; import WorldTime from './world-time'; const Ui = ({Parser, worldTime}) => { return ; }; export default hot(Ui);