import React from "react"; import Grid from "@mui/material/Grid"; import styles from "@/components/Dashboard/Analytics/Welcome/Welcome.module.css"; const ProfileContent = () => { return ( <>

Welcome to admash Dashboard!

You have done 68% 😎 more sales today. Check your new badge in your profile.

shape
); }; export default ProfileContent;