Possible fix

This commit is contained in:
Henry Hiles 2022-02-10 11:10:23 -05:00
parent ed0f296c89
commit dff2778902
2 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,6 @@
import moment from "https://jspm.dev/moment"
import { io } from "https://cdn.socket.io/4.3.2/socket.io.esm.min.js"
const socket = io(":3000")
const socket = io()
const messageButton = document.querySelector("#send")
const menuButton = document.querySelector("#menu")
const nameButton = document.querySelector("#name")