summaryrefslogtreecommitdiff
path: root/react/08-auth-with-context/src/features/auth/components/Register.jsx
blob: bb20b14a9205b1fc84c88fbbd660a19d56455d20 (plain)
1
2
3
4
5
6
7
8
9
import React from 'react'

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

export default Register