Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hainm committed Dec 11, 2024
1 parent aec22f3 commit d6720e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions js/src/event_handler.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { NGLModel, NGLView } from "./widget_ngl";
import * as $ from 'jquery'

export class EventHandler {
view: NGLView;
Expand Down
1 change: 0 additions & 1 deletion js/src/ui_manager.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { StageWidget } from "./gui";
import { StageManager } from "./stage_manager";
import { NGLView } from "./widget_ngl";
import * as NGL from 'ngl';

Expand Down

0 comments on commit d6720e7

Please sign in to comment.