refactored Authentication

This commit is contained in:
2026-02-17 17:02:45 +00:00
parent 1a7af25606
commit c6999ea66f
@@ -3,7 +3,6 @@ import { Label } from '@/components/ui/label';
import { Button } from '@/components/ui/button'; import { Button } from '@/components/ui/button';
import { Link } from 'react-router'; import { Link } from 'react-router';
import { Card } from '@/components/Card'; import { Card } from '@/components/Card';
import { useNavigate } from 'react-router';
import { useState } from 'react'; import { useState } from 'react';
import { toast } from 'sonner'; import { toast } from 'sonner';
import { useForm } from 'hooks/useForm'; import { useForm } from 'hooks/useForm';