diff --git a/e-voting-system/frontend/app/page.tsx b/e-voting-system/frontend/app/page.tsx index 4147493..243a886 100644 --- a/e-voting-system/frontend/app/page.tsx +++ b/e-voting-system/frontend/app/page.tsx @@ -1,12 +1,11 @@ import Link from "next/link" import { Button } from "@/components/ui/button" -import { Card, CardDescription, CardHeader, CardTitle } from "@/components/ui/card" -import { CheckCircle, Lock, BarChart3 } from "lucide-react" export default function Home() { return ( -
-