diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-04-14 20:59:17 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-04-16 14:29:30 -0300 |
commit | 3453dc831989829f996a2ef3cefa408b94ca70d6 (patch) | |
tree | 06a1e5a71559d47bf937a6a755b5859148195db5 /src/data/composite/things/commentary-entry/index.js | |
parent | 5219733b44256f0cdc393e2e2597306545a45eea (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'; |