From c6ecb2dd4855d8b5f9ded74e3259da13d962d1a7 Mon Sep 17 00:00:00 2001 From: Estifo77 <139631617+Estifo77@users.noreply.github.com> Date: Tue, 18 Aug 2026 10:22:12 +0300 Subject: [PATCH] fix --- .../src/app/features/licensing/pages/LicenseApplicationPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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