Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
Vann-Dev committed May 5, 2024
1 parent 1c90122 commit bee79b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/attend/[data]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ import { getSession, putAttendance, urlSafeBase64Decode } from "./actions";
import Loading from "@/components/loading";
import FingerPrint from "@fingerprintjs/fingerprintjs"
import RequestIp from "request-ip";
import { NextRequest } from "next/server";
import { LoaderCircle } from "lucide-react";

export default function Page(req: NextRequest) {
export default function Page() {
const router = useRouter();
const params = useParams() as { data: string };
const [nim, setNim] = useState("");
Expand Down

0 comments on commit bee79b6

Please sign in to comment.