Browse Source

export api object

pull/1/head
Tim Glasgow 2 years ago
parent
commit
f76419379d
  1. 4
      squarenotsquare/realm/dbAPI.js

4
squarenotsquare/realm/dbAPI.js

@ -24,4 +24,6 @@ class realmAPI {
getSystemValue(key) {
return systemRepo.getSystemKeyValue(key);
}
}
}
export let realmDB = new realmAPI();
Loading…
Cancel
Save