From 67a11fd02937c0a7c34cb8b9c633fa71df9cc7c5 Mon Sep 17 00:00:00 2001 From: thebussotti Date: Mon, 20 Oct 2025 11:43:04 -0300 Subject: [PATCH] implementado js moderno --- moeda.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/moeda.js b/moeda.js index a8f7e03..7966ed6 100644 --- a/moeda.js +++ b/moeda.js @@ -1,3 +1,3 @@ -export default { +export default{ moeda: 'BRL' -} +} \ No newline at end of file