We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba6a7dc commit f73080eCopy full SHA for f73080e
src/output/Sandbox.vue
@@ -15,9 +15,8 @@ import LunaConsole from 'luna-console'
15
import srcdoc from './srcdoc.html?raw'
16
import { PreviewProxy } from './PreviewProxy'
17
import { compileModulesForPreview } from './moduleCompiler'
18
-import { injectKeyProps } from '../types'
19
import type { Store } from '../store'
20
-
+import { injectKeyProps } from '../types'
21
export interface SandboxProps {
22
store: Store
23
show?: boolean
0 commit comments