We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece58bf commit bdc6486Copy full SHA for bdc6486
1 file changed
src/app/dashboard/(active)/assoc/members/page.tsx
@@ -1,10 +1,10 @@
1
+import { ArrowLeft } from "lucide-react"
2
+import Link from "next/link"
3
import { Suspense } from "react"
4
import { ErrorBoundary } from "react-error-boundary"
5
import { Spinner } from "@/components/spinner"
6
import { getQueryClient, trpc } from "@/lib/trpc/server"
7
import { AssocTable } from "./table"
-import Link from "next/link"
-import { ArrowLeft } from "lucide-react"
8
9
export default async function AssocMembers() {
10
const qc = getQueryClient()
0 commit comments