mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 10:11:46 +00:00
feat: remove unnecessary export default for better tree-shaking
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { createRoute, z } from '@hono/zod-openapi';
|
||||
import { ipcMain } from 'electron';
|
||||
|
||||
import getSongControls from '@/providers/song-controls';
|
||||
import { getSongControls } from '@/providers/song-controls';
|
||||
import {
|
||||
LikeType,
|
||||
type RepeatMode,
|
||||
|
||||
Reference in New Issue
Block a user