clean code

This commit is contained in:
JellyBrick
2023-11-27 19:26:45 +09:00
parent 3ffbfbe0e3
commit 2fe28cf126
16 changed files with 43 additions and 41 deletions

View File

@ -2,9 +2,9 @@ import { BrowserWindow, ipcMain, nativeImage, net } from 'electron';
import { cache } from './decorators';
import config from '../config';
import config from '@/config';
import type { GetPlayerResponse } from '../types/get-player-response';
import type { GetPlayerResponse } from '@/types/get-player-response';
export interface SongInfo {
title: string;