mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
export itself
This commit is contained in:
@@ -60,6 +60,7 @@ async function syncLoop() {
|
||||
}
|
||||
|
||||
var self = new ConfigRepository();
|
||||
window.configRepository = self;
|
||||
|
||||
export {
|
||||
self as default,
|
||||
|
||||
@@ -97,6 +97,7 @@ function transformKey(key) {
|
||||
}
|
||||
|
||||
var self = new SharedRepository();
|
||||
window.sharedRepository = self;
|
||||
|
||||
export {
|
||||
self as default,
|
||||
|
||||
Reference in New Issue
Block a user