Add a currency input

This commit is contained in:
Jon Staab
2026-02-03 13:21:21 -08:00
parent 119c09d730
commit 5427fd7860
7 changed files with 288 additions and 181 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<script lang="ts">
import {currencyOptions} from "src/util/i18n"
import {currencyOptions} from "@lib/currency"
export let code
</script>