list warrens + explore nested folders
This commit is contained in:
8
frontend/stores/index.ts
Normal file
8
frontend/stores/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { defineStore } from 'pinia';
|
||||
import type { Warren } from '~/types/warrens';
|
||||
|
||||
export const useWarrenStore = defineStore('warrens', {
|
||||
state: () => ({
|
||||
warrens: {} as Record<string, Warren>,
|
||||
}),
|
||||
});
|
||||
Reference in New Issue
Block a user