import React from 'react' export const Dashboard = () => { return (
Hello World
) }