Skip to content

Commit

Permalink
Remove unused import in scanner page
Browse files Browse the repository at this point in the history
  • Loading branch information
gnehs committed Mar 2, 2024
1 parent f14c20c commit c22f45d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/(game)/scanner/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import { useEffect, useState } from "react";
import Scanner from "@/components/Scanner";
import { useRouter } from "next/router";
import { InfoWindow } from "@/components/InfoWindow";
import { getBoothToken } from "@/lib/getBoothToken";
import { sendPuzzle2Player } from "@/lib/sendPuzzle2Player";
Expand Down

0 comments on commit c22f45d

Please sign in to comment.