diff --git a/apps/portal/src/app/features/licensing/pages/LicenseApplicationPage.tsx b/apps/portal/src/app/features/licensing/pages/LicenseApplicationPage.tsx index 8df20238d..51804299e 100644 --- a/apps/portal/src/app/features/licensing/pages/LicenseApplicationPage.tsx +++ b/apps/portal/src/app/features/licensing/pages/LicenseApplicationPage.tsx @@ -67,7 +67,7 @@ import { } from "../components/ConfigDrivenSection"; import { DocumentSlots } from "../components/DocumentSlots"; import { StaffEvidence } from "../components/StaffEvidence"; - +import { AdvancedTable, useServerTable, PageLoader } from '@ema-platform/ui'; /** Resolves a dot path (e.g. "profile.address.nationality") against a plain object. */ function readSourcePath(context: Record, path: string): unknown { return path