removed unused imports
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import React from "react";
|
||||
import useTitle from "../../utils/hooks/TitleHook";
|
||||
import Card from "../components/Card";
|
||||
import {useTheme} from "../../utils/contexts/ThemeContext";
|
||||
|
||||
const ROOM_URL = `http://${process.env.REACT_APP_API_URL}/room`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user