export itself

This commit is contained in:
pypy
2020-11-07 20:27:40 +09:00
parent f4d054ea49
commit c2b9345a59
6 changed files with 5 additions and 5 deletions

View File

@@ -60,6 +60,7 @@ async function syncLoop() {
}
var self = new ConfigRepository();
window.configRepository = self;
export {
self as default,

View File

@@ -97,6 +97,7 @@ function transformKey(key) {
}
var self = new SharedRepository();
window.sharedRepository = self;
export {
self as default,