Selaa lähdekoodia

Update Sidebar.Settings.js

Remove unused import.
Michael Herzog 4 vuotta sitten
vanhempi
commit
fcabed7079
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 { SidebarSettingsShortcuts } from './Sidebar.Settings.Shortcuts.js';