Remove unused UserPlus icon import from LoginArea component

This commit is contained in:
2025-11-22 01:57:36 +01:00
parent 6f312e2ca5
commit 278c59fa5c

View File

@@ -2,7 +2,7 @@
// It is important that all functionality in this file is preserved, and should only be modified if explicitly requested.
import { useState } from 'react';
import { User, UserPlus } from 'lucide-react';
import { User } from 'lucide-react';
import { Button } from '@/components/ui/button.tsx';
import LoginDialog from './LoginDialog';
import SignupDialog from './SignupDialog';