This commit is contained in:
Henry Jameson 2026-02-11 20:42:31 +02:00
commit db2f48a1f9
5 changed files with 17 additions and 11 deletions

View file

@ -1,5 +1,7 @@
import { createTestingPinia } from '@pinia/testing'
createTestingPinia()
createTestingPinia()
import { createMemoryHistory, createRouter } from 'vue-router'
import { createStore } from 'vuex'