rename modules after moving to appropriate folders
This commit is contained in:
parent
0b7be21d03
commit
a226f12645
16 changed files with 17 additions and 17 deletions
2
scripts/external/entries/icons.js
vendored
2
scripts/external/entries/icons.js
vendored
|
@ -1,5 +1,5 @@
|
|||
import BrowserIcon from '/scripts/GUI/browser.icon.js';
|
||||
import Image from '/scripts/strings/image.js';
|
||||
import Image from '/scripts/mapping/image.js';
|
||||
|
||||
class IconIndicator {
|
||||
static async enable() {
|
||||
|
|
2
scripts/external/entries/menu.js
vendored
2
scripts/external/entries/menu.js
vendored
|
@ -1,5 +1,5 @@
|
|||
import Menu from '/scripts/GUI/context_menus.js';
|
||||
import texts from "/scripts/strings/read.js";
|
||||
import texts from "/scripts/mapping/read.js";
|
||||
import ManagedSidebar from "./sidebar.js";
|
||||
|
||||
export default class MenuEntry {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue