style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-03-25 14:53:54 +00:00
parent e3559d54a3
commit 468338d2a4
11 changed files with 209 additions and 175 deletions

View file

@ -1,4 +1,4 @@
import {ThemeController} from "@/controllers/themes.ts";
import { ThemeController } from "@/controllers/themes.ts";
export function controllerGetter<T>(Factory: new () => T): () => T {
let instance: T | undefined;