diff --git a/webui/src/components/panel/rooms/RoomDetail.tsx b/webui/src/components/panel/rooms/RoomDetail.tsx index e162258..ed49f0f 100644 --- a/webui/src/components/panel/rooms/RoomDetail.tsx +++ b/webui/src/components/panel/rooms/RoomDetail.tsx @@ -7,7 +7,7 @@ import {useParams} from "react-router-dom"; import {RoomsSlideOverTitleContext} from "./Rooms"; import ToggleButton from "../../form_components/ToggleButton"; -import styles from "./RoomDetail.module.scss"; +//import styles from "./RoomDetail.module.scss"; import {useReconfigureRoomMutation} from "../../../mutations/ReconfigureRoomMutation"; type Props = { diff --git a/webui/src/components/panel/rooms/Rooms.tsx b/webui/src/components/panel/rooms/Rooms.tsx index 4dd4d1b..4f0b850 100644 --- a/webui/src/components/panel/rooms/Rooms.tsx +++ b/webui/src/components/panel/rooms/Rooms.tsx @@ -1,4 +1,4 @@ -import React, {useContext, useState} from "react"; +import React, {useState} from "react"; import {useNavigate, useOutlet} from "react-router-dom"; import styles from "./Rooms.module.scss";