From 38e8a5c807bfd87f4d366f170427c077d7c980f0 Mon Sep 17 00:00:00 2001 From: Prateek Shourya Date: Wed, 11 Dec 2024 18:19:09 +0530 Subject: [PATCH] fix: command palette build (#6186) --- web/ee/helpers/command-palette.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 web/ee/helpers/command-palette.ts diff --git a/web/ee/helpers/command-palette.ts b/web/ee/helpers/command-palette.ts new file mode 100644 index 000000000..7a4518321 --- /dev/null +++ b/web/ee/helpers/command-palette.ts @@ -0,0 +1 @@ +export * from "ce/helpers/command-palette";