Skip to content
Snippets Groups Projects
SimpleArticle.js 195 B
Newer Older
john's avatar
john committed
import { ProseArticle } from 'substance'
john's avatar
john committed
class SimpleArticle extends ProseArticle {
  // TODO -- how do we get rid of this
  getDocument () {
john's avatar
john committed
export default SimpleArticle