diff options
Diffstat (limited to 'src/data/composite/things/content/index.js')
-rw-r--r-- | src/data/composite/things/content/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/data/composite/things/content/index.js b/src/data/composite/things/content/index.js index 71133ce0..474c2af2 100644 --- a/src/data/composite/things/content/index.js +++ b/src/data/composite/things/content/index.js @@ -1,3 +1,4 @@ +export {default as hasAnnotationPart} from './hasAnnotationPart.js'; export {default as withAnnotationParts} from './withAnnotationParts.js'; export {default as withSourceText} from './withSourceText.js'; export {default as withWebArchiveDate} from './withWebArchiveDate.js'; |