Create constants.js

This commit is contained in:
foxster-mp4
2023-08-14 19:54:25 -07:00
parent 0600fea618
commit 4c0a10419b
8 changed files with 23 additions and 11 deletions

View File

@@ -6,7 +6,8 @@
// MIT License.
//
import { urlSearchParams, sourceURL, search, isValidHTTPURL, setTintColor, insertAltStoreBanner, setUpBackButton } from "./utilities.js";
import { urlSearchParams, sourceURL } from "./constants.js";
import { search, isValidHTTPURL, setTintColor, insertAltStoreBanner, setUpBackButton } from "./utilities.js";
export function main(callback) {
(() => {