Skip to content

Commit

Permalink
error resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
parthgupta21 committed May 19, 2024
1 parent 882a3de commit ffde3d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/socket/socket.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Server } from "socket.io";
import http from "http";
import express from "express";
import cors from "cors";

const app = express();

Expand Down

0 comments on commit ffde3d3

Please sign in to comment.