Cleanup, change app login
This commit is contained in:
@@ -8,7 +8,6 @@ import { Button } from "@/components/ui/button";
|
||||
import { Checkbox } from "@/components/ui/checkbox";
|
||||
import { Input } from "@/components/ui/input";
|
||||
import { Label } from "@/components/ui/label";
|
||||
import { Github } from "lucide-react"; // ✅ Added missing GitHub icon
|
||||
|
||||
export default function LoginPage() {
|
||||
const [username, setUsername] = useState(""); // ✅ Fixed incorrect state name
|
||||
|
||||
Reference in New Issue
Block a user