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:
@ -1,7 +1,7 @@
|
||||
import i18next from 'i18next';
|
||||
|
||||
import { startingPages } from './providers/extracted-data';
|
||||
import setupSongInfo from './providers/song-info-front';
|
||||
import { setupSongInfo } from './providers/song-info-front';
|
||||
import {
|
||||
createContext,
|
||||
forceLoadRendererPlugin,
|
||||
|
||||
Reference in New Issue
Block a user