|
@@ -3,8 +3,8 @@ import useOutsideClick from '$app/components/_shared/useOutsideClick';
|
|
|
import { TrashSvg } from '$app/components/_shared/svg/TrashSvg';
|
|
|
import { CellController } from '$app/stores/effects/database/cell/cell_controller';
|
|
|
import { FieldType } from '@/services/backend';
|
|
|
-import { FieldTypeIcon } from '$app/components/board/EditBoardRow/FieldTypeIcon';
|
|
|
-import { FieldTypeName } from '$app/components/board/EditBoardRow/FieldTypeName';
|
|
|
+import { FieldTypeIcon } from '$app/components/_shared/EditRow/FieldTypeIcon';
|
|
|
+import { FieldTypeName } from '$app/components/_shared/EditRow/FieldTypeName';
|
|
|
import { useTranslation } from 'react-i18next';
|
|
|
import { TypeOptionController } from '$app/stores/effects/database/field/type_option/type_option_controller';
|
|
|
import { Some } from 'ts-results';
|