Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
hieu-w committed Aug 15, 2024
1 parent 0fee4fe commit 2bd3101
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 19 deletions.
43 changes: 25 additions & 18 deletions examples/vue-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/vue-app/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ import { SafeEventEmitterProvider } from "@web3auth/base";
import { EthereumPrivateKeyProvider } from "@web3auth/ethereum-provider";
import { ec } from "elliptic";
import { binaryToHex, binaryToUtf8, bufferToBinary, bufferToHex, hexToBinary } from "enc-utils";
import { computed, ref, watch, watchEffect } from "vue";
import { computed, ref, watch } from "vue";
import {
APPLE,
Expand Down
File renamed without changes.

0 comments on commit 2bd3101

Please sign in to comment.