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

@ -4,7 +4,7 @@ import Image from 'next/image';
import logo from "@/public/rowboat-logo.png";
import { useUser } from "@auth0/nextjs-auth0/client";
import { useRouter } from "next/navigation";
import { Spinner } from "@nextui-org/react";
import { Spinner } from "@heroui/react";
import { LogInIcon } from "lucide-react";
export function App() {