Skip to content

Commit f73080e

Browse files
authored
Update src/output/Sandbox.vue
1 parent ba6a7dc commit f73080e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/output/Sandbox.vue

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ import LunaConsole from 'luna-console'
1515
import srcdoc from './srcdoc.html?raw'
1616
import { PreviewProxy } from './PreviewProxy'
1717
import { compileModulesForPreview } from './moduleCompiler'
18-
import { injectKeyProps } from '../types'
1918
import type { Store } from '../store'
20-
19+
import { injectKeyProps } from '../types'
2120
export interface SandboxProps {
2221
store: Store
2322
show?: boolean

0 commit comments

Comments
 (0)