rename files with "_" to accomodate for future functions

This commit is contained in:
buzz-lightsnack-2007 2024-04-27 09:11:54 +08:00
parent 01b81d29e9
commit 25d3ea1807
4 changed files with 2 additions and 2 deletions

View file

@ -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';
class IconIndicator {

View file

@ -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 ManagedSidebar from "./sidebar.js";