diff --git a/squarenotsquare/src/redux/actions/SystemActions.js b/squarenotsquare/src/redux/actions/SystemActions.js index fae6cf8..b334d36 100644 --- a/squarenotsquare/src/redux/actions/SystemActions.js +++ b/squarenotsquare/src/redux/actions/SystemActions.js @@ -1,5 +1,4 @@ import { initDB } from "../../realm/dbInit"; -import { realmDB } from "../../realm/dbAPI"; import { APP_INIT } from "../types/SystemTypes"; export function appInit() {