all repos — caroster @ 2f4d07042f9675732a9a3de4c6d3ec22bbcec360

[Octree] Group carpool to your event https://caroster.io

app/src/pages/Dashboard.js (view raw)

1import React from 'react';
2
3const Dashboard = () => {
4  return <div>Dashboard  NOT IMPLEMENTED</div>;
5};
6
7export default Dashboard;