export const AuthProvider = (props: ProviderProperties) => {
  return (
    <AsyncProvider
      ctx={AuthContext}
      initialFetch={initial}