Skip to content
Snippets Groups Projects
Commit 1c96f57a authored by Haakon Tideman Kanter's avatar Haakon Tideman Kanter
Browse files

removed comment from ws

parent 858b0438
No related branches found
No related tags found
1 merge request!87Community request
Pipeline #180009 passed
......@@ -2,7 +2,7 @@ import { createApp } from "vue";
import App from "./App.vue";
import router from "./router";
import store from "./store";
// import ws from "./services/ws";
import ws from "./services/ws";
createApp(App).use(router).use(store).mount("#app");
console.log("WS", ws.test);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment