Bugfix: Fix repository default exports

This commit is contained in:
Starbeamrainbowlabs 2019-05-29 11:36:36 +01:00
parent 26c82ac7e6
commit 31a75b5589
2 changed files with 2 additions and 2 deletions

View File

@ -29,4 +29,4 @@ class GatewayRepo {
} }
} }
export default ReadingRepo; export default GatewayRepo;

View File

@ -31,4 +31,4 @@ class RSSIRepo {
} }
} }
export default ReadingRepo; export default RSSIRepo;