export default function Dashboard() { return (
Welcome to admin dashboard
); }