diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-10-20 13:07:21 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-10-20 13:07:21 -0300 |
commit | 2374124f0b9f758021648e8bd3d99c205b2e3aea (patch) | |
tree | 367285e847721d86e71310798ff835a7caaf371f /src/data/composite/things/language/index.js | |
parent | 4f69806230d69f215a873479f1728cc2fe5ebb46 (diff) |
language: compositional withStrings, update strings_htmlEscaped
Diffstat (limited to 'src/data/composite/things/language/index.js')
-rw-r--r-- | src/data/composite/things/language/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/data/composite/things/language/index.js b/src/data/composite/things/language/index.js new file mode 100644 index 00000000..f22cdaf6 --- /dev/null +++ b/src/data/composite/things/language/index.js @@ -0,0 +1 @@ +export {default as withStrings} from './withStrings.js'; |