migrate nextui to heroui

This commit is contained in:
ramnique 2025-03-03 18:01:44 +05:30
parent ee5b6d477d
commit 4bd72ba245
47 changed files with 8412 additions and 3316 deletions

View file

@ -1,4 +1,4 @@
import { Spinner } from "@nextui-org/react";
import { Spinner } from "@heroui/react";
export default function Loading() {
// Stack uses React Suspense, which will render this page while user data is being fetched.