mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 19:31:46 +00:00
feat: remove unnecessary export default for better tree-shaking
This commit is contained in:
2
src/reset.d.ts
vendored
2
src/reset.d.ts
vendored
@ -3,7 +3,7 @@ import '@total-typescript/ts-reset';
|
||||
import type { ipcRenderer as electronIpcRenderer } from 'electron';
|
||||
import type is from 'electron-is';
|
||||
|
||||
import type config from './config';
|
||||
import type * as config from './config';
|
||||
import type { VideoDataChanged } from '@/types/video-data-changed';
|
||||
import type { t } from '@/i18n';
|
||||
import type { trustedTypes } from 'trusted-types';
|
||||
|
||||
Reference in New Issue
Block a user