mirror of
https://github.com/koel/koel
synced 2025-02-17 13:58:28 +00:00
fix: case-sensitive import
This commit is contained in:
parent
a3c1f7aec4
commit
ddafc0144b
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@ export * from './socketService'
|
|||
export * from './audioService'
|
||||
export * from './uploadService'
|
||||
export * from './authService'
|
||||
export * from './Cache'
|
||||
export * from './cache'
|
||||
export * from './socketListener'
|
||||
|
|
Loading…
Add table
Reference in a new issue