refactor: preferences - general.

This commit is contained in:
elforjani3
2021-02-08 19:01:56 +02:00
parent 9422fb2b86
commit a85842ac61
7 changed files with 345 additions and 304 deletions

View File

@@ -9,7 +9,7 @@ import { transformToForm } from 'utils';
import {
CreateItemCategoryFormSchema,
EditItemCategoryFormSchema,
} from './ItemCategoryForm.schema';
} from './itemCategoryForm.schema';
import withDialogActions from 'containers/Dialog/withDialogActions';
import ItemCategoryFormContent from './ItemCategoryFormContent'