File was renamed from rsf-admin/src/page/dictType/DictTypeCreate.jsx |
| | |
| | | Grid, |
| | | Box, |
| | | } from '@mui/material'; |
| | | import DialogCloseButton from "../components/DialogCloseButton"; |
| | | import StatusSelectInput from "../components/StatusSelectInput"; |
| | | import MemoInput from "../components/MemoInput"; |
| | | import DialogCloseButton from "../../../components/DialogCloseButton"; |
| | | import StatusSelectInput from "../../../components/StatusSelectInput"; |
| | | import MemoInput from "../../../components/MemoInput"; |
| | | |
| | | const DictTypeCreate = (props) => { |
| | | const { open, setOpen } = props; |