'use client'; import React from "react"; const Dashboard = () => { return (
mydata route
); } export default Dashboard;