remove unused file

This commit is contained in:
Philipp Kühn
2020-11-02 22:46:56 +01:00
parent 971e8838a0
commit ade9847e72
2 changed files with 0 additions and 6 deletions

View File

@@ -2,7 +2,6 @@ import { Editor, Command, CommandsSpec } from './src/Editor'
export default Editor
export { Editor, Command, CommandsSpec }
export { default as ComponentRenderer } from './src/ComponentRenderer'
export * from './src/Extension'
export * from './src/NodeExtension'

View File

@@ -1,5 +0,0 @@
export default abstract class ComponentRenderer {
static type: string
}