import { ActivateAccountForm } from '@shopstack/cs-admin-lib';

const ActivateAccountPage = () => {
  return (
    <ActivateAccountForm />
  )
}

export default ActivateAccountPage