Skip to content

Commit 5ae65af

Browse files
committed
chore(examples): fix Prettier issues
1 parent d5b376d commit 5ae65af

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Diff for: examples/vue-ts/src/App.vue

-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,3 @@ import NetworkControls from './components/NetworkControls.vue'
3131
filter: drop-shadow(0 0 2em #42b883aa);
3232
}
3333
</style>
34-

Diff for: examples/vue-ts/src/components/Connect.vue

-1
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,3 @@ const sendTransaction = async (wallet: Wallet) => {
160160
}
161161
}
162162
</style>
163-

Diff for: examples/vue-ts/src/components/NetworkControls.vue

-1
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,3 @@ const handleResetConfig = () => {
154154
gap: 0.5em;
155155
}
156156
</style>
157-

0 commit comments

Comments
 (0)