From 31c7482f7bf7312f8409691df7c6c8598c3e4d0b Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Sun, 24 Sep 2023 23:55:56 -0600 Subject: [PATCH] hotfix --- app/(client)/dashboard/RoomList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/(client)/dashboard/RoomList.tsx b/app/(client)/dashboard/RoomList.tsx index 50f6517..fe3361a 100644 --- a/app/(client)/dashboard/RoomList.tsx +++ b/app/(client)/dashboard/RoomList.tsx @@ -1,7 +1,7 @@ "use client"; import Link from "next/link"; -import { useEffect, useState } from "react"; +import { useState } from "react"; import { IoEnterOutline, IoTrashBinOutline } from "react-icons/io5"; import { env } from "env.mjs"; import LoadingIndicator from "@/_components/LoadingIndicator";