diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-11-14 21:45:08 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-11-14 21:45:08 -0400 |
commit | b053fa14052aaa24883e73a3f899016f963b5d43 (patch) | |
tree | dc88b97a0d49d7ea0bc6c2fbd858480b92703877 /src/data/things | |
parent | 682b62b33aa6e5a4c512343d0355d32cb1c67c17 (diff) |
data: expose CacheableObject directly via #cacheable-object import
Diffstat (limited to 'src/data/things')
-rw-r--r-- | src/data/things/index.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/data/things/index.js b/src/data/things/index.js index 4ea1f007..d1143b0a 100644 --- a/src/data/things/index.js +++ b/src/data/things/index.js @@ -22,11 +22,6 @@ import * as wikiInfoClasses from './wiki-info.js'; export {default as Thing} from './thing.js'; -export { - default as CacheableObject, - CacheableObjectPropertyValueError, -} from './cacheable-object.js'; - const allClassLists = { 'album.js': albumClasses, 'art-tag.js': artTagClasses, |