Skip to content

Commit

Permalink
Merge pull request #6098 from nextcloud/fix/remove_import
Browse files Browse the repository at this point in the history
fix: Remove superfluous import
  • Loading branch information
mejo- authored Jul 24, 2024
2 parents c71d61b + 9c147b1 commit 887f6bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Editor/Wrapper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
</template>

<script>
import { ERROR_TYPE } from './../../services/SyncService.js'
import { useIsRichEditorMixin, useIsRichWorkspaceMixin } from './../Editor.provider.js'
import { OUTLINE_STATE, OUTLINE_ACTIONS } from './Wrapper.provider.js'
import useStore from '../../mixins/store.js'
Expand Down

0 comments on commit 887f6bc

Please sign in to comment.