Changed class names from camelCase to PascalCase

This commit is contained in:
SwingTheVine 2025-07-27 12:44:48 -04:00
parent fa5ea2d6d7
commit f54e74a03c
2 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
* @since 0.11.1
*/
import Utils from "./utils";
import Utils from "./Utils";
export default class ApiManager {

View file

@ -1,6 +1,6 @@
import Overlay from './overlay.js';
import Observers from './observers.js';
import ApiManager from './apiManager.js';
import Overlay from './Overlay.js';
import Observers from './Observers.js';
import ApiManager from './ApiManager.js';
const name = GM_info.script.name.toString();
const version = GM_info.script.version.toString();