Skip to content

Commit

Permalink
Update vue-use-provider-composable.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
napalmpapalam authored Jul 11, 2023
1 parent b6c6341 commit 03868a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/w3p/examples/vue-use-provider-composable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
type RawProvider,
type TransactionResponse,
type TxRequestBody,
} from "@distributedlab/w3p";
} from '@distributedlab/w3p'
import { onUnmounted, reactive, ref, toRefs } from 'vue'

type ProviderState = {
Expand Down

0 comments on commit 03868a6

Please sign in to comment.