From bc8d75b64a174c563700181f7fa0dc8b8c4db427 Mon Sep 17 00:00:00 2001 From: lucasartoni Date: Mon, 12 May 2025 10:24:08 -0300 Subject: [PATCH] Implementado JS moderno --- moeda.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moeda.js b/moeda.js index a8f7e03..196bb0c 100644 --- a/moeda.js +++ b/moeda.js @@ -1,3 +1,3 @@ export default { - moeda: 'BRL' + moeda: 'US$' }