mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix(heroui-table): update virtualization examples to use @heroui/react imports (#5833)
This commit is contained in:
parent
2922b35644
commit
328c57d8ea
@ -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) => ({
|
||||
|
||||
@ -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) => ({
|
||||
|
||||
@ -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) => ({
|
||||
|
||||
@ -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) => ({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user