fix: run linter
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
'use client'
|
||||
import { useParams } from 'next/navigation'
|
||||
import { UserTable } from '@/app/components/UserTable'
|
||||
import { useParams } from 'next/navigation'
|
||||
|
||||
const Users = () => {
|
||||
const {page} = useParams()
|
||||
|
||||
Reference in New Issue
Block a user