import { ProseArticle } from 'substance'

class SimpleArticle extends ProseArticle {
  // TODO -- how do we get rid of this
  getDocument () {
    return this
  }
}

export default SimpleArticle