Browse Source

Update Sidebar.Settings.js

Remove unused import.
Michael Herzog 4 years ago
parent
commit
fcabed7079
1 changed files with 1 additions and 1 deletions
  1. 1 1
      editor/js/Sidebar.Settings.js

+ 1 - 1
editor/js/Sidebar.Settings.js

@@ -1,4 +1,4 @@
-import { UIPanel, UIRow, UISelect, UISpan, UIText, UIInteger } from './libs/ui.js';
+import { UIPanel, UIRow, UISelect, UISpan, UIText } from './libs/ui.js';
 
 
 import { SidebarSettingsViewport } from './Sidebar.Settings.Viewport.js';
 import { SidebarSettingsViewport } from './Sidebar.Settings.Viewport.js';
 import { SidebarSettingsShortcuts } from './Sidebar.Settings.Shortcuts.js';
 import { SidebarSettingsShortcuts } from './Sidebar.Settings.Shortcuts.js';