import { Server } from '../../../js/server'; class SubServer extends Server { constructor(props){ super(props) } } export default new SubServer();