Skip to content

Commit 7be1037

Browse files
lint
1 parent edf581d commit 7be1037

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/ui/components/Checkout/Checkout.vue

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<script lang="ts" setup>
2-
import { onMounted, onUnmounted, ref, useTemplateRef, type ComputedRef, computed } from 'vue'
2+
import {
3+
onMounted,
4+
onUnmounted,
5+
ref,
6+
useTemplateRef,
7+
type ComputedRef,
8+
computed,
9+
} from 'vue'
310
import { createErc20Contract } from '@devprotocol/dev-kit'
411
import {
512
positionsCreate,

0 commit comments

Comments
 (0)