import React from 'react'; import {SocketIOProvider} from "use-socketio/lib"; import Centurion from "./Centurion"; const App = () => { return ( ); }; export default App;