praneethys's picture
Ant design setup (#1)
ecf35ed verified
raw
history blame
139 Bytes
'use client';
import React from "react";
const Dashboard = () => {
return (
<div>mydata route</div>
);
}
export default Dashboard;