Untitled

 avatar
unknown
plain_text
a year ago
216 B
5
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