Skip to content

Commit 12c00f5

Browse files
committed
use client forgot to add in example
1 parent 84246cc commit 12c00f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/web/examples/table/table.pagination.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"use client";
2+
13
import { Table, TableBody, TableCell, TableHead, TableHeadCell, TablePagination, TableRow } from "flowbite-react";
24
import { useState } from "react";
35
import { type CodeData } from "~/components/code-demo";

0 commit comments

Comments
 (0)