diff --git a/src/apps/officer-web/Screens/Authentication/LandingPage/Bootstrap.tsx b/src/apps/officer-web/Screens/Authentication/LandingPage/Bootstrap.tsx index 4725c0e4..e568eea5 100644 --- a/src/apps/officer-web/Screens/Authentication/LandingPage/Bootstrap.tsx +++ b/src/apps/officer-web/Screens/Authentication/LandingPage/Bootstrap.tsx @@ -2,6 +2,7 @@ import { useState } from 'react'; import { toast } from 'sonner'; import { useClient } from 'hooks/useClient'; import { Button } from '@/components/ui/button'; +import { Input } from '@/components/ui/input'; import { Card } from '@/components/Card'; import { useForm } from 'hooks/useForm'; @@ -42,11 +43,11 @@ export function Bootstrap() {

Welcome, Admin

Enter your email to create your administrator account.

-