From 201872c6114c060dc73f7dfc6e676cc3e041e36c Mon Sep 17 00:00:00 2001 From: BaixaThentic Date: Wed, 22 Apr 2026 15:49:53 -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..1174062 100644 --- a/moeda.js +++ b/moeda.js @@ -1,3 +1,3 @@ export default { - moeda: 'BRL' + moeda: 'US' }