import React from 'react' import Layout from './layout/Layout' const Dashboard = () => { return (
) } export default Dashboard