Browse Source

export api object

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

2
squarenotsquare/realm/dbAPI.js

@ -25,3 +25,5 @@ class realmAPI {
return systemRepo.getSystemKeyValue(key); return systemRepo.getSystemKeyValue(key);
} }
} }
export let realmDB = new realmAPI();
Loading…
Cancel
Save