« get me outta code hell

data: expose CacheableObject directly via #cacheable-object import - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/things/index.js
diff options
context:
space:
mode:
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
commitb053fa14052aaa24883e73a3f899016f963b5d43 (patch)
treedc88b97a0d49d7ea0bc6c2fbd858480b92703877 /src/data/things/index.js
parent682b62b33aa6e5a4c512343d0355d32cb1c67c17 (diff)
data: expose CacheableObject directly via #cacheable-object import
Diffstat (limited to 'src/data/things/index.js')
-rw-r--r--src/data/things/index.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/data/things/index.js b/src/data/things/index.js
index 4ea1f00..d1143b0 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,