Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions packages/super-editor/src/editors/v1/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ import { Mark } from '@core/Mark.js';
import ContextMenu from './components/context-menu/ContextMenu.vue';
/** @deprecated Use ContextMenu instead */
const SlashMenu = ContextMenu;
import BasicUpload from '@superdoc/common/components/BasicUpload.vue';

import SuperEditor from './components/SuperEditor.vue';
import Toolbar from './components/toolbar/Toolbar.vue';
Expand Down Expand Up @@ -100,8 +99,6 @@ export {
SuperEditor,
/** @internal */
SuperInput,
/** @internal */
BasicUpload,
Toolbar,
AIWriter,
ContextMenu,
Expand Down
2 changes: 0 additions & 2 deletions packages/superdoc/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import {
// Vue components
SuperEditor,
SuperInput,
BasicUpload,
Toolbar,
AIWriter,
ContextMenu,
Expand Down Expand Up @@ -289,7 +288,6 @@ export {
// Vue components
SuperEditor,
SuperInput,
BasicUpload,
Toolbar,
AIWriter,
ContextMenu,
Expand Down
2 changes: 0 additions & 2 deletions tests/consumer-typecheck/src/customer-scenario.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ import {
CommentsPluginKey,
SuperEditor,
SuperInput,
BasicUpload,
Toolbar,
AIWriter,
ContextMenu,
Expand Down Expand Up @@ -831,7 +830,6 @@ function testAdditionalClasses() {
function testVueComponents() {
const superEditor = SuperEditor;
const superInput = SuperInput;
const basicUpload = BasicUpload;
const toolbarComponent = Toolbar;
const aiWriter = AIWriter;
const contextMenu = ContextMenu;
Expand Down
Loading