diff --git a/package/index.js b/package/index.js deleted file mode 100644 index 70180e90219..00000000000 --- a/package/index.js +++ /dev/null @@ -1,27 +0,0 @@ -/* - * @copyright Copyright (c) 2022 Max - * - * @author Max - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ - -import store from './store' - -export { - store, -} diff --git a/src/files.js b/src/files.js index 1cebf151d5d..de2549c3c0a 100644 --- a/src/files.js +++ b/src/files.js @@ -23,7 +23,7 @@ import Vue from 'vue' import { loadState } from '@nextcloud/initial-state' import { linkTo } from '@nextcloud/router' -import { store } from '@nextcloud/text-editor' +import store from '@nextcloud/text-editor/store' import { registerFileActionFallback, FilesWorkspacePlugin } from './helpers/files' import FilesSettings from './views/FilesSettings'