diff --git a/public/wasm/sql-wasm.wasm b/public/wasm/sql-wasm.wasm new file mode 100755 index 00000000..18b392e9 Binary files /dev/null and b/public/wasm/sql-wasm.wasm differ diff --git a/src/components/AmountInput.vue b/src/components/AmountInput.vue index f85da395..372d5ca6 100644 --- a/src/components/AmountInput.vue +++ b/src/components/AmountInput.vue @@ -1,25 +1,20 @@ -/** - * AmountInput.vue - Specialized amount input with increment/decrement controls - * - * Extracted from GiftedDialog.vue to handle numeric amount input - * with increment/decrement buttons and validation. - * - * @author Matthew Raymer - */ +/** * AmountInput.vue - Specialized amount input with increment/decrement +controls * * Extracted from GiftedDialog.vue to handle numeric amount input * +with increment/decrement buttons and validation. * * @author Matthew Raymer */