chore: migrate nextui to heroui (#141)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
'use client';
|
||||
import React from 'react';
|
||||
import { useState, useEffect } from 'react';
|
||||
import { Button, Input, Textarea, Modal, ModalContent, ModalHeader, ModalBody, ModalFooter } from '@nextui-org/react';
|
||||
import { Button, Input, Textarea, Modal, ModalContent, ModalHeader, ModalBody, ModalFooter } from '@heroui/react';
|
||||
import { RunType, RunsMessages } from '@/types/run';
|
||||
|
||||
type Props = {
|
||||
|
||||
Reference in New Issue
Block a user