fix: case-sensitive import

This commit is contained in:
Phan An 2022-07-27 20:23:17 +02:00
parent a3c1f7aec4
commit ddafc0144b
No known key found for this signature in database
GPG key ID: A81E4477F0BB6FDC

View file

@ -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'