2
0

build: 📦️ Update packages

This commit is contained in:
Baptiste Arnaud
2022-02-14 18:04:23 +01:00
parent bdfd7ac1bc
commit e7d1f5d674
15 changed files with 312 additions and 119 deletions

View File

@ -8,7 +8,13 @@ const SignInPage = () => {
return (
<VStack spacing={4} h="100vh" justifyContent="center">
<Seo title="Sign in" />
<Heading>Sign in</Heading>
<Heading
onClick={() => {
throw new Error('Sentry is working')
}}
>
Sign in
</Heading>
<AuthSwitcher type="signin" />
<SignInForm />
</VStack>