import Delete from './delete'

export default class DeleteComponent extends Delete {
  constructor() {
    super()
    this.typeName = '组件'
    this.typeRoot = this.componentRoot
  }
}

export const DeleteComponentFs = new DeleteComponent()
