From 2958cf1483f01c4e228e4bf22970da9f89350049 Mon Sep 17 00:00:00 2001 From: minh android Date: Wed, 16 Apr 2025 14:32:43 +0700 Subject: [PATCH] remove configConstants --- src/_constants/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_constants/index.js b/src/_constants/index.js index 4eb45b8..c26f9a0 100644 --- a/src/_constants/index.js +++ b/src/_constants/index.js @@ -1,5 +1,5 @@ export * from "./config"; -export * from "./configConstants"; +// export * from "./configConstants"; export * from "./path"; export * from "./alerts"; export * from "./user";