Skip to content

Commit

Permalink
Revert "fix: Remove superfluous import"
Browse files Browse the repository at this point in the history
This reverts commit 9c147b1.
  • Loading branch information
mejo- committed Jul 25, 2024
1 parent f73b501 commit 82e0999
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Editor/Wrapper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
</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 82e0999

Please sign in to comment.