2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-12-20 03:03:30 +00:00

Import fix for UI (#10885)

This commit is contained in:
Oliver
2025-11-22 14:27:08 +11:00
committed by GitHub
parent 295c4f3e5d
commit 488a818629

View File

@@ -23,7 +23,11 @@ import { useNavigate } from 'react-router-dom';
import { ActionButton } from '@lib/components/ActionButton';
import { AddItemButton } from '@lib/components/AddItemButton';
import { ProgressBar } from '@lib/components/ProgressBar';
import { type RowAction, RowEditAction } from '@lib/components/RowActions';
import {
type RowAction,
RowEditAction,
RowViewAction
} from '@lib/components/RowActions';
import { ApiEndpoints } from '@lib/enums/ApiEndpoints';
import { ModelType } from '@lib/enums/ModelType';
import { UserRoles } from '@lib/enums/Roles';