import RoomList from "@/(client)/dashboard/RoomList"; import { FaShieldAlt } from "react-icons/fa"; import { GiStarFormation } from "react-icons/gi"; import { isAdmin, isVIP } from "@/_utils/helpers"; import { currentUser } from "@clerk/nextjs"; export default async function Dashboard() { const user = await currentUser(); return (