rename files with "_" to accomodate for future functions
This commit is contained in:
parent
01b81d29e9
commit
25d3ea1807
4 changed files with 2 additions and 2 deletions
2
scripts/external/entries/icons.js
vendored
2
scripts/external/entries/icons.js
vendored
|
@ -1,4 +1,4 @@
|
||||||
import BrowserIcon from '/scripts/GUI/browser.icon.js';
|
import BrowserIcon from '/scripts/GUI/extensionIcon.js';
|
||||||
import Image from '/scripts/mapping/image.js';
|
import Image from '/scripts/mapping/image.js';
|
||||||
|
|
||||||
class IconIndicator {
|
class IconIndicator {
|
||||||
|
|
2
scripts/external/entries/menu.js
vendored
2
scripts/external/entries/menu.js
vendored
|
@ -1,4 +1,4 @@
|
||||||
import Menu from '/scripts/GUI/context_menus.js';
|
import Menu from '/scripts/GUI/menus.js';
|
||||||
import texts from "/scripts/mapping/read.js";
|
import texts from "/scripts/mapping/read.js";
|
||||||
import ManagedSidebar from "./sidebar.js";
|
import ManagedSidebar from "./sidebar.js";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue