diff --git a/client/js/socket-events/init.ts b/client/js/socket-events/init.ts index 790b38d0..1aa4ec02 100644 --- a/client/js/socket-events/init.ts +++ b/client/js/socket-events/init.ts @@ -1,4 +1,3 @@ -import {nextTick} from "vue"; import socket from "../socket"; import storage from "../localStorage"; import {router, switchToChannel, navigate} from "../router";