This commit is contained in:
2025-11-05 16:26:01 -03:00
parent 488b96dc51
commit 0698cff8cf
76 changed files with 374 additions and 2580 deletions

View File

@@ -4,8 +4,8 @@ import { Suspense } from 'react'
import { Await } from 'react-router'
import { DataTable } from '@/components/data-table'
import { Skeleton } from '@/components/skeleton'
import { createSearch } from '@/lib/meili'
import { Skeleton } from '@repo/ui/components/skeleton'
import { columns, type Order } from './columns'
export function meta({}: Route.MetaArgs) {