Skip to content

Commit

Permalink
Remove unused import in frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
yhtMinceraft1010X committed Nov 11, 2023
1 parent 4f0f5b7 commit a4776c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/hooks/useCollaboration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { Room, connect } from "twilio-video";
import { wsCollaborationProxyGatewayAddress } from "@/gateway-address/gateway-address";
import { AuthContext } from "@/contexts/AuthContext";
import { toast } from "react-toastify";
import { collaborationServiceAddress } from "./../../../services/gateway/src/proxied_routes/service_names";
import { useRouter } from "next/router";
import { fetchRoomData } from "@/pages/api/collaborationHandler";

Expand Down

0 comments on commit a4776c7

Please sign in to comment.