import { TextCustom, ViewWrapper } from "@/components"; export default function AdminDashboard() { return ( <> Admin Dashboard ); }