소스 검색

add missing imports

David Sehnal 5 년 전
부모
커밋
026c25621f
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/mol-plugin/behavior/static/state.ts

+ 2 - 0
src/mol-plugin/behavior/static/state.ts

@@ -19,6 +19,8 @@ import { zip } from '../../../mol-util/zip/zip';
 import { PluginCommands } from '../../commands';
 import { PluginConfig } from '../../config';
 import { PluginContext } from '../../context';
+import { UUID } from '../../../mol-util';
+import { Asset } from '../../../mol-util/assets';
 
 export function registerDefault(ctx: PluginContext) {
     SyncBehaviors(ctx);