From 688945c6bece7cf6775e4fd56a449053b8ba7ce8 Mon Sep 17 00:00:00 2001 From: Faizan Ali Bugti Date: Sun, 19 Nov 2023 07:29:47 +0500 Subject: [PATCH] build(netlify): Page Not Found * app routes PageNotFound import fix --- libs/ui/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ui/src/index.ts b/libs/ui/src/index.ts index a406ef0..b81e018 100644 --- a/libs/ui/src/index.ts +++ b/libs/ui/src/index.ts @@ -1,2 +1,3 @@ export * from './lib/ui.module'; export * from './lib/media-videos-dialog/media-videos-dialog.component'; +export * from './lib/page-not-found/page-not-found.component'; \ No newline at end of file