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