finished reset password & other changes
This commit is contained in:
20
components/loading.tsx
Normal file
20
components/loading.tsx
Normal file
@@ -0,0 +1,20 @@
|
||||
'use client'
|
||||
|
||||
import { Grid } from 'react-loader-spinner'
|
||||
|
||||
export function Loading () {
|
||||
return (
|
||||
<h1>
|
||||
<Grid
|
||||
visible={true}
|
||||
height="666"
|
||||
width="666"
|
||||
color="#4fa94d"
|
||||
ariaLabel="grid-loading"
|
||||
radius="12.5"
|
||||
wrapperStyle={{}}
|
||||
wrapperClass="grid-wrapper"
|
||||
/>
|
||||
</h1>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user