mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-14 03:41:46 +00:00
feat: remove unnecessary export default for better tree-shaking
This commit is contained in:
@ -4,11 +4,11 @@ import is from 'electron-is';
|
||||
import defaultTrayIconAsset from '@assets/youtube-music-tray.png?asset&asarUnpack';
|
||||
import pausedTrayIconAsset from '@assets/youtube-music-tray-paused.png?asset&asarUnpack';
|
||||
|
||||
import config from './config';
|
||||
import * as config from './config';
|
||||
|
||||
import { restart } from './providers/app-controls';
|
||||
import { registerCallback, SongInfoEvent } from './providers/song-info';
|
||||
import getSongControls from './providers/song-controls';
|
||||
import { getSongControls } from './providers/song-controls';
|
||||
|
||||
import { t } from '@/i18n';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user