Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy-Gonzalez committed Feb 23, 2025
1 parent b5bd209 commit 2b12892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/auth/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"use client"
import { getRoles, useRoles } from "@/util/api-client"
import { getRoles } from "@/util/api-client"
import { useSearchParams } from "next/navigation"
import { Suspense, useEffect } from "react"

Expand Down

0 comments on commit 2b12892

Please sign in to comment.