diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-04-14 20:59:17 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-04-16 13:03:14 -0300 |
commit | 14f9c99b13e499068b36ca67142fc20c3b3732a2 (patch) | |
tree | 057838c7f6b70f26e5b84c6e341bb2873cf7e4d2 /src/data/composite/things/commentary-entry/index.js | |
parent | d250ab8005783d722ac6a702995e8acd3c7cadc5 (diff) |
data: CommentaryEntry
Fully integrated, all in one commit! Wow!
Diffstat (limited to 'src/data/composite/things/commentary-entry/index.js')
-rw-r--r-- | src/data/composite/things/commentary-entry/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/data/composite/things/commentary-entry/index.js b/src/data/composite/things/commentary-entry/index.js new file mode 100644 index 00000000..091bae1a --- /dev/null +++ b/src/data/composite/things/commentary-entry/index.js @@ -0,0 +1 @@ +export {default as withWebArchiveDate} from './withWebArchiveDate.js'; |