diff --git a/squarenotsquare/realm/dbAPI.js b/squarenotsquare/realm/dbAPI.js index 6f5e46e..07fa106 100644 --- a/squarenotsquare/realm/dbAPI.js +++ b/squarenotsquare/realm/dbAPI.js @@ -24,4 +24,6 @@ class realmAPI { getSystemValue(key) { return systemRepo.getSystemKeyValue(key); } -} \ No newline at end of file +} + +export let realmDB = new realmAPI(); \ No newline at end of file