-
john authored64022505
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Forked from
Coko Org / Products / ketty / editoria-app
781 commits behind the upstream repository.
SimpleArticle.js 195 B
import { ProseArticle } from 'substance'
class SimpleArticle extends ProseArticle {
// TODO -- how do we get rid of this
getDocument () {
return this
}
}
export default SimpleArticle