basic text editor
This commit is contained in:
@@ -6,9 +6,6 @@ import { getParentPath } from '~/utils/files';
|
||||
export const useWarrenStore = defineStore('warrens', {
|
||||
state: () => ({
|
||||
warrens: {} as Record<string, WarrenData>,
|
||||
imageViewer: {
|
||||
src: null as string | null,
|
||||
},
|
||||
current: null as {
|
||||
warrenId: string;
|
||||
path: string;
|
||||
|
||||
Reference in New Issue
Block a user