Skip to content

Commit

Permalink
refactor: remove index from package for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
max-nextcloud committed Apr 7, 2022
1 parent 2a1ddf3 commit b57535a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
27 changes: 0 additions & 27 deletions package/index.js

This file was deleted.

2 changes: 1 addition & 1 deletion src/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit b57535a

Please sign in to comment.