Import fix for UI (#10885)
This commit is contained in:
parent
295c4f3e5d
commit
488a818629
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in New Issue