Untitled

Anonymous
plain_text
05/27/2024 9:52 AM
288 B
13
Indexable
import React from 'react';
import DashboardLayout from '../components/DashboardLayout';

const DashboardPage = () => {
  return (
    <div>
      <DashboardLayout />
    </div>
  );
};

export default DashboardPage;
Editor is loading...
Leave a Comment