Unused import

This commit is contained in:
David Baker 2023-07-03 17:06:22 +01:00
parent 4524b418ff
commit f64bd0ab25

View File

@ -1,6 +1,5 @@
import { Room, RoomOptions } from "livekit-client";
import { useLiveKitRoom } from "@livekit/components-react";
import React from "react";
import { useMemo } from "react";
import { defaultLiveKitOptions } from "./options";