summaryrefslogtreecommitdiff
path: root/src/pages/activate.jsx
blob: a810650917825cf85b5ede50fc40145fc57356de (plain)
1
2
3
4
5
import ActivateComponent from '@/lib/auth/components/Activate'

export default function Activate() {
  return <ActivateComponent />
}