Skip to content

Commit 5b93b5b

Browse files
format
1 parent a64dec4 commit 5b93b5b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@babel/preset-typescript": "^7.28.5",
6464
"@babel/runtime": "^7.28.4",
6565
"@babel/runtime-corejs3": "^7.28.4",
66-
"@biomejs/biome": "2.1.4",
66+
"@biomejs/biome": "^2.1.4",
6767
"@rspack/cli": "^1.7.0",
6868
"@rspack/core": "^1.7.0",
6969
"@types/ace": "^0.0.52",

src/components/settingsPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ import select from "dialogs/select";
55
import Ref from "html-tag-js/ref";
66
import actionStack from "lib/actionStack";
77
import appSettings from "lib/settings";
8+
import { hideAd } from "lib/startAd";
89
import FileBrowser from "pages/fileBrowser";
910
import { isValidColor } from "utils/color/regex";
1011
import helpers from "utils/helpers";
1112
import Checkbox from "./checkbox";
1213
import Page from "./page";
1314
import searchBar from "./searchbar";
14-
import { hideAd } from "lib/startAd";
1515

1616
/**
1717
* @typedef {object} SettingsPage

src/pages/fileBrowser/fileBrowser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ import _addMenu from "./add-menu.hbs";
3030
import _addMenuHome from "./add-menu-home.hbs";
3131
import _template from "./fileBrowser.hbs";
3232
import _list from "./list.hbs";
33-
import util from "./util";
3433
import { hideAd } from "./startAd.js";
34+
import util from "./util";
3535

3636
/**
3737
* @typedef {{url: String, name: String}} Location

0 commit comments

Comments
 (0)