import { Hero } from 'roleypoly/src/design-system/atoms/hero'; import { AppShell } from 'roleypoly/src/design-system/organisms/app-shell'; import { Preauth, PreauthProps, } from 'roleypoly/src/design-system/organisms/preauth/Preauth'; import * as React from 'react'; export type AuthLoginProps = PreauthProps; export const AuthLogin = (props: AuthLoginProps) => ( );