« 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/find.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/find.js
parent682b62b33aa6e5a4c512343d0355d32cb1c67c17 (diff)
data: expose CacheableObject directly via #cacheable-object import
Diffstat (limited to 'src/find.js')
-rw-r--r--src/find.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/find.js b/src/find.js
index dfcaa9a..4d3e996 100644
--- a/src/find.js
+++ b/src/find.js
@@ -1,8 +1,8 @@
 import {inspect} from 'node:util';
 
+import CacheableObject from '#cacheable-object';
 import {colors, logWarn} from '#cli';
 import {typeAppearance} from '#sugar';
-import {CacheableObject} from '#things';
 
 function warnOrThrow(mode, message) {
   if (mode === 'error') {