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

Welcome to admash Dashboard!

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

Working on table
Profile

Andrew Burns

Programmer

); }; export default ProfileInfo;