dashboard.js 84 Bytes edit raw blame history 1 2 3 4 5 import React from 'react'; export const Dashboard = () => ( <h3>Dashboard</h3> )