Skip to content
Snippets Groups Projects
Commit 2bcdb9d2 authored by john's avatar john
Browse files

temporarily comment out blockquote package

parent 57ce7d6f
No related branches found
No related tags found
No related merge requests found
import {
BasePackage,
// Blockquote,
// BlockquotePackage,
CodePackage,
EmphasisPackage,
HeadingPackage,
......@@ -16,6 +16,8 @@ import {
SwitchTextTypePackage
} from 'substance'
// console.log(BlockquotePackage)
// My Elements
import CommentPackage from './elements/comment/CommentPackage'
import ExtractPackage from './elements/extract/ExtractPackage'
......@@ -48,8 +50,6 @@ let config = {
config.import(CodePackage)
config.import(PersistencePackage)
// console.log(Blockquote)
// config.import(CodeblockPackage)
config.import(CommentPackage)
config.import(ExtractPackage)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment