Clicking the card now toggles flipping it over. Removed moment - don't need it

This commit is contained in:
Alec Maier
2019-09-01 13:44:14 -04:00
parent 020282c931
commit d8616ef922
5 changed files with 47 additions and 16 deletions

View File

@@ -5,7 +5,6 @@ const socketIO = require('socket.io');
const app = express();
const server = http.Server(app);
const io = socketIO(server);
const moment = require('moment');
var activeGames = {};