fix: response types en import errors gefixt

This commit is contained in:
Adriaan Jacquet 2025-04-03 12:40:32 +02:00
parent 7f7df53d79
commit beb3bacfa7
9 changed files with 66 additions and 49 deletions

View file

@ -1,5 +1,5 @@
import { BaseController } from "@/controllers/base-controller.ts";
import type { Theme } from "@dwengo-1/interfaces/theme";
import type { Theme } from "@dwengo-1/common/interfaces/theme";
export class ThemeController extends BaseController {
constructor() {