This commit is contained in:
Baobhan Sith
2025-06-04 09:15:31 +08:00
parent 27fa1caa1f
commit c277abdde6
24 changed files with 37 additions and 36 deletions
@@ -1,5 +1,5 @@
import { Request, Response } from 'express';
import * as terminalThemeService from '../services/terminal-theme.service';
import * as terminalThemeService from './terminal-theme.service';
import { CreateTerminalThemeDto, UpdateTerminalThemeDto } from '../types/terminal-theme.types';
import type { ITheme } from 'xterm';
import multer from 'multer';