0
0
Fork 0

fix: refs #6426 fix constants

This commit is contained in:
Carlos Satorres 2025-02-05 12:51:04 +01:00
parent 822058b491
commit b45e529879
1 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,4 @@
// src/boot/defaults/constants.js
const config = {
export default {
langs: ['en', 'es'],
decimalPlaces: 2,
};
export default config;