Skip to content

Commit

Permalink
Merge pull request #1083 from hopsoft/hopsoft/export-views
Browse files Browse the repository at this point in the history
Export views to the Trix global
  • Loading branch information
afcapel committed Aug 24, 2023
2 parents bb157ee + 16205d5 commit ade9bc0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/trix/views/index.js
@@ -1,7 +1,7 @@
import "./object_view"
import "./attachment_view"
import "./block_view"
import "./document_view"
import "./piece_view"
import "./previewable_attachment_view"
import "./text_view"
export { default as ObjectView } from "./object_view"
export { default as AttachmentView } from "./attachment_view"
export { default as BlockView } from "./block_view"
export { default as DocumentView } from "./document_view"
export { default as PieceView } from "./piece_view"
export { default as PreviewableAttachmentView } from "./previewable_attachment_view"
export { default as TextView } from "./text_view"

0 comments on commit ade9bc0

Please sign in to comment.