Skip to content

Commit f040c68

Browse files
committed
test: sort pinia import
1 parent f1273a0 commit f040c68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/use-user-session.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest'
21
import { createPinia, defineStore, setActivePinia } from 'pinia'
2+
import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest'
33
import { isReactive, isReadonly, isRef, reactive, ref, watch } from 'vue'
44

55
interface SessionState {

0 commit comments

Comments
 (0)