style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-03-25 21:46:03 +00:00
parent fbfe54879a
commit 0661e705b3
15 changed files with 225 additions and 190 deletions

View file

@ -1,4 +1,4 @@
import {BaseController} from "@/controllers/base-controller.ts";
import { BaseController } from "@/controllers/base-controller.ts";
export class ThemeController extends BaseController {
constructor() {