From 4df97501fe3faff7b4802eebc3bb91fb671f0bb9 Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal Date: Wed, 8 Jan 2025 15:59:01 +0530 Subject: [PATCH] fix: remove invalid export --- web/ce/constants/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/web/ce/constants/index.ts b/web/ce/constants/index.ts index 9817300c05d..123db122c8a 100644 --- a/web/ce/constants/index.ts +++ b/web/ce/constants/index.ts @@ -2,7 +2,6 @@ export * from "./ai"; export * from "./estimates"; export * from "./gantt-chart"; export * from "./issues"; -export * from "./page"; export * from "./project"; export * from "./user-permissions"; export * from "./workspace";