improve viewer exports
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { uploadToWarren } from '~/lib/api/warrens';
|
||||
import type { DirectoryEntry } from '~/shared/types';
|
||||
|
||||
export const useTextEditor = defineStore('text-editor', {
|
||||
export default defineStore('text-editor', {
|
||||
state: () => ({
|
||||
data: null as {
|
||||
warrenId: string;
|
||||
|
||||
Reference in New Issue
Block a user