Skip to content

Commit

Permalink
Fixing production error by removing unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
akadeepesh committed Sep 19, 2024
1 parent 5d2a947 commit 966f1ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/verifier/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {
} from "lucide-react";
import { ScrollArea } from "@/components/ui/scroll-area";
import { Button } from "@/components/ui/button";
import { Select } from "@/components/ui/select";

interface Application {
_id: string;
Expand Down

0 comments on commit 966f1ae

Please sign in to comment.