summaryrefslogtreecommitdiffstats
path: root/stepped-solutions/05/frontend/pages/index.js
blob: e433887cf1e5c6646698137d260a3a20239e9bf9 (plain)
1
2
3
4
5
6
7
8
9
import Link from 'next/link';

const Home = props => (
  <div>
    <p>Hey!</p>
  </div>
);

export default Home;