From c817d7af5e33c16ee79a17598bd0972e2c5d5b9b Mon Sep 17 00:00:00 2001 From: kotaindah55 Date: Thu, 6 Feb 2025 21:40:26 +0200 Subject: [PATCH] refactor: add "./appFacet" in index.ts --- src/editor-mode/facets/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/editor-mode/facets/index.ts b/src/editor-mode/facets/index.ts index 8db877f..0930530 100644 --- a/src/editor-mode/facets/index.ts +++ b/src/editor-mode/facets/index.ts @@ -1 +1,2 @@ -export * from "./settingsFacet"; \ No newline at end of file +export * from "./settingsFacet"; +export * from "./appFacet"; \ No newline at end of file