remove unused file

This commit is contained in:
Gauthier Roebroeck 2025-05-29 13:48:53 +08:00
parent 79b700c1d7
commit 8acefd53fa

View file

@ -1,7 +0,0 @@
// Utilities
import {defineStore} from 'pinia'
export const useUserStore = defineStore('user', {
state: () => ({
}),
})