We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d76514 commit 87c5e00Copy full SHA for 87c5e00
packages/app/src/sandbox/eval/cache.js
@@ -1,7 +1,7 @@
1
// Responsible for consuming and syncing with the server/local cache
2
import localforage from 'localforage';
3
import _debug from 'app/utils/debug';
4
-import type { default as Manager } from './manager';
+// import type { default as Manager } from './manager';
5
6
import { SCRIPT_VERSION } from '../';
7
0 commit comments