'use client'; import React from 'react'; import { Typography, Paper } from '@mui/material'; const DashboardPage = () => { return (
Dashboard Overview
); }; export default DashboardPage;