Browse Source

Clean up.

Mr.doob 1 year ago
parent
commit
e14d2b1390
2 changed files with 1 additions and 2 deletions
  1. 1 1
      editor/js/Menubar.Add.js
  2. 0 1
      editor/js/Menubar.File.js

+ 1 - 1
editor/js/Menubar.Add.js

@@ -1,6 +1,6 @@
 import * as THREE from 'three';
 import * as THREE from 'three';
 
 
-import { UIPanel, UIRow, UIHorizontalRule } from './libs/ui.js';
+import { UIPanel, UIRow } from './libs/ui.js';
 
 
 import { AddObjectCommand } from './commands/AddObjectCommand.js';
 import { AddObjectCommand } from './commands/AddObjectCommand.js';
 
 

+ 0 - 1
editor/js/Menubar.File.js

@@ -1,5 +1,4 @@
 import { UIPanel, UIRow, UIHorizontalRule } from './libs/ui.js';
 import { UIPanel, UIRow, UIHorizontalRule } from './libs/ui.js';
-import { Loader } from './Loader.js';
 
 
 function MenubarFile( editor ) {
 function MenubarFile( editor ) {