summaryrefslogtreecommitdiff
path: root/frontend/src/components/home/Index.tsx
blob: 27fa3b03fe8d5579c5988357b08edf055312c2d6 (plain)
1
2
3
4
5
import * as React from 'react';

const Home = () => <h1>Home</h1>;

export default Home;