From b45e529879a02bcb0bef814cce6d727cc383425f Mon Sep 17 00:00:00 2001 From: carlossa Date: Wed, 5 Feb 2025 12:51:04 +0100 Subject: [PATCH] fix: refs #6426 fix constants --- src/boot/defaults/constants.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/boot/defaults/constants.js b/src/boot/defaults/constants.js index c06cb4561..6e6a8ce81 100644 --- a/src/boot/defaults/constants.js +++ b/src/boot/defaults/constants.js @@ -1,6 +1,4 @@ -// src/boot/defaults/constants.js -const config = { +export default { langs: ['en', 'es'], decimalPlaces: 2, }; -export default config;