mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-02-03 21:17:53 +00:00
feat: remove unnecessary export default for better tree-shaking
This commit is contained in:
@ -7,7 +7,7 @@ import nextIcon from '@assets/media-icons-black/next.png?asset&asarUnpack';
|
||||
import previousIcon from '@assets/media-icons-black/previous.png?asset&asarUnpack';
|
||||
|
||||
import { createPlugin } from '@/utils';
|
||||
import getSongControls from '@/providers/song-controls';
|
||||
import { getSongControls } from '@/providers/song-controls';
|
||||
import {
|
||||
registerCallback,
|
||||
type SongInfo,
|
||||
|
||||
Reference in New Issue
Block a user