Bugfix: Fix repository default exports

master
Starbeamrainbowlabs 4 years ago
parent 26c82ac7e6
commit 31a75b5589

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

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

Loading…
Cancel
Save