update package
This commit is contained in:
@@ -4,9 +4,7 @@ import { PlusIcon } from 'lucide-react'
|
||||
import { Suspense } from 'react'
|
||||
import { Await, Link, useSearchParams } from 'react-router'
|
||||
|
||||
import { DataTable } from '@/components/data-table'
|
||||
import { columns, type User } from './columns'
|
||||
|
||||
import { DataTable } from '@repo/ui/components/data-table'
|
||||
import { SearchForm } from '@repo/ui/components/search-form'
|
||||
import { Skeleton } from '@repo/ui/components/skeleton'
|
||||
import { Button } from '@repo/ui/components/ui/button'
|
||||
@@ -23,6 +21,8 @@ export function meta({}: Route.MetaArgs) {
|
||||
]
|
||||
}
|
||||
|
||||
import { columns, type User } from './columns'
|
||||
|
||||
export async function loader({ params, context, request }: Route.LoaderArgs) {
|
||||
const { searchParams } = new URL(request.url)
|
||||
const { orgid } = params
|
||||
|
||||
Reference in New Issue
Block a user