Refactor cases pane's component and UI

This commit is contained in:
Takeshi Kimata
2024-04-06 22:02:02 +09:00
parent d9010251a4
commit d6acd671da
6 changed files with 7 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ import {
ModalBody,
ModalFooter,
} from "@nextui-org/react";
import { FolderType } from "./layout";
import { FolderType } from "@/types/folder";
type Props = {
isOpen: boolean;