summaryrefslogtreecommitdiff
path: root/react/07-react-router/src/pages/HomePage.jsx
blob: a082c294b8d7ba52be618be8e9616c7250fa622e (plain)
1
2
3
4
5
6
7
8
9
import React from 'react'

const HomePage = () => {
  return (
    <div>HomePage</div>
  )
}

export default HomePage