@@ -0,0 +1 @@
+declare module 'socket.io-client';
@@ -1,4 +1,3 @@
-// const router = useRouter();
import io from 'socket.io-client';
const address: any = import.meta.env.VITE_APP_BASE_API;
const token: any = localStorage.getItem('token');