mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-25 18:55:19 +02:00
migrate nextui to heroui
This commit is contained in:
parent
ee5b6d477d
commit
4bd72ba245
47 changed files with 8412 additions and 3316 deletions
|
|
@ -1,5 +1,5 @@
|
|||
'use client';
|
||||
import { Dropdown, DropdownItem, DropdownMenu, DropdownTrigger, Spinner } from "@nextui-org/react";
|
||||
import { Dropdown, DropdownItem, DropdownMenu, DropdownTrigger, Spinner } from "@heroui/react";
|
||||
import { useEffect, useState, useMemo, useCallback } from "react";
|
||||
import { z } from "zod";
|
||||
import { PlaygroundChat } from "../../../lib/types/types";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue