mirror of
https://codeberg.org/MarkusThielker/next-ory.git
synced 2025-07-01 04:29:18 +00:00
NORY-15: improve root layout and styling
This commit is contained in:
parent
59ed13b2cc
commit
71d0e81ebd
5 changed files with 16 additions and 19 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
import { ColumnDef, flexRender, getCoreRowModel, useReactTable } from '@tanstack/react-table';
|
||||
import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from '@/components/ui/table';
|
||||
import React from 'react';
|
||||
|
||||
interface DataTableProps<TData, TValue> {
|
||||
columns: ColumnDef<TData, TValue>[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue