From f76419379da629e32012828642c6d8d9857bbb05 Mon Sep 17 00:00:00 2001 From: Tim Glasgow Date: Sun, 24 Jul 2022 14:50:03 -0500 Subject: [PATCH] export api object --- squarenotsquare/realm/dbAPI.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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