mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 18:41:47 +00:00
clean code
This commit is contained in:
@ -2,8 +2,9 @@ import { Menu, nativeImage, Tray } from 'electron';
|
||||
|
||||
import youtubeMusicTrayIcon from '@assets/youtube-music-tray.png?asset&asarUnpack';
|
||||
|
||||
import { restart } from './providers/app-controls';
|
||||
import config from './config';
|
||||
|
||||
import { restart } from './providers/app-controls';
|
||||
import getSongControls from './providers/song-controls';
|
||||
|
||||
import type { MenuTemplate } from './menu';
|
||||
|
||||
Reference in New Issue
Block a user