Bugfix: Fix repository default exports
This commit is contained in:
parent
26c82ac7e6
commit
31a75b5589
2 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue