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

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

export default AboutPage