chore: migrate nextui to heroui (#141)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Button, Modal, ModalContent, ModalHeader, ModalBody, ModalFooter } from '@nextui-org/react';
|
||||
import { Button, Modal, ModalContent, ModalHeader, ModalBody, ModalFooter } from '@heroui/react';
|
||||
|
||||
type Props = {
|
||||
isOpen: boolean;
|
||||
|
||||
@@ -11,7 +11,7 @@ import {
|
||||
ModalHeader,
|
||||
ModalBody,
|
||||
ModalFooter,
|
||||
} from '@nextui-org/react';
|
||||
} from '@heroui/react';
|
||||
import { ProjectType, ProjectDialogMessages } from '@/types/project';
|
||||
|
||||
type Props = {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Chip } from '@nextui-org/react';
|
||||
import { Chip } from '@heroui/react';
|
||||
|
||||
type Props = {
|
||||
isPublic: boolean;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
import { FC } from 'react';
|
||||
import { VisuallyHidden } from '@react-aria/visually-hidden';
|
||||
import { SwitchProps, useSwitch } from '@nextui-org/react';
|
||||
import { SwitchProps, useSwitch } from '@heroui/react';
|
||||
import { useTheme } from 'next-themes';
|
||||
import { useIsSSR } from '@react-aria/ssr';
|
||||
import clsx from 'clsx';
|
||||
|
||||
Reference in New Issue
Block a user