Add authentication
This commit is contained in:
11
apps/builder/layouts/LoadingPage.tsx
Normal file
11
apps/builder/layouts/LoadingPage.tsx
Normal file
@ -0,0 +1,11 @@
|
||||
import { TypebotLogo } from 'assets/logos'
|
||||
import { Spinner, VStack } from '@chakra-ui/react'
|
||||
|
||||
export const LoadingPage = () => (
|
||||
<div className="flex h-screen items-center justify-center">
|
||||
<VStack spacing={6}>
|
||||
<TypebotLogo boxSize="80px" />
|
||||
<Spinner />
|
||||
</VStack>
|
||||
</div>
|
||||
)
|
Reference in New Issue
Block a user