feature/improved the getting of rates

This commit is contained in:
Joaquin committed 2025-05-06 21:26:45 -07:00
1 parent 93a5c45dd9
commit 17f11c85df
9 files changed
+44 -58

No files matched your search

+2
View File
@@ -11,5 +11,7 @@
<% } %>
</main>
<script src="/static/scripts/geolocation.js"></script>
<%- include("./partials/navBar") %>
<%- include("./partials/footer") %>
-2
View File
@@ -5,7 +5,5 @@
</div>
</div>
</footer>
<script src="/static/scripts/exchangeRate.js"></script>
<script src="/static/scripts/geolocation.js"></script>
</body>
</html>