fix(heroui-table): update virtualization examples to use @heroui/react imports (#5833)

This commit is contained in:
Nikhil Shrivastava 2025-10-21 08:33:12 +05:30 committed by GitHub
parent 2922b35644
commit 328c57d8ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
import {Table, TableBody, TableCell, TableColumn, TableHeader, TableRow} from "@nextui-org/react";
import {Table, TableBody, TableCell, TableColumn, TableHeader, TableRow} from "@heroui/react";
function generateRows(count) {
return Array.from({length: count}, (_, index) => ({

View File

@ -1,4 +1,4 @@
import {Table, TableBody, TableCell, TableColumn, TableHeader, TableRow} from "@nextui-org/react";
import {Table, TableBody, TableCell, TableColumn, TableHeader, TableRow} from "@heroui/react";
function generateRows(count) {
return Array.from({length: count}, (_, index) => ({

View File

@ -1,4 +1,4 @@
import {Table, TableBody, TableCell, TableColumn, TableHeader, TableRow} from "@nextui-org/react";
import {Table, TableBody, TableCell, TableColumn, TableHeader, TableRow} from "@heroui/react";
function generateRows(count) {
return Array.from({length: count}, (_, index) => ({

View File

@ -1,4 +1,4 @@
import {Table, TableBody, TableCell, TableColumn, TableHeader, TableRow} from "@nextui-org/react";
import {Table, TableBody, TableCell, TableColumn, TableHeader, TableRow} from "@heroui/react";
function generateRows(count) {
return Array.from({length: count}, (_, index) => ({