Skip to content

Commit

Permalink
Move citation component to Substance.
Browse files Browse the repository at this point in the history
  • Loading branch information
Integral authored and obuchtala committed Mar 5, 2020
1 parent edcd024 commit 2e64c76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
3 changes: 1 addition & 2 deletions src/SmartFigureConfiguration.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
MoveItemCommand, RemoveItemCommand, MoveValueCommand, RemoveValueCommand,
AddAuthorCommand, InsertAuthorCommand, EditAuthorCommand,
AddAffiliationCommand, InsertAffiliationCommand, EditAffiliationCommand,
AddReferenceCommand, CreateCitationCommand
AddReferenceCommand, CreateCitationCommand, CitationComponent
} from 'substance'

import SmartFigureLoader from './model/SmartFigureLoader'
Expand All @@ -23,7 +23,6 @@ import AttachFileCommand from './commands/AttachFileCommand'
import AttachResourceCommand from './commands/AttachResourceCommand'
import ContextualDropdownMenu from './components/ContextualDropdownMenu'
import JumpToItemCommand from 'substance/commons/JumpToItemCommand'
import CitationComponent from './components/CitationComponent'

const {
ParagraphConverter, BoldConverter, ItalicConverter,
Expand Down
22 changes: 0 additions & 22 deletions src/components/CitationComponent.js

This file was deleted.

0 comments on commit 2e64c76

Please sign in to comment.