From 4aeeb2572a142ef9535eecb10bc99ff87fb0f348 Mon Sep 17 00:00:00 2001 From: Tim Glasgow Date: Sat, 30 Jul 2022 17:32:18 -0500 Subject: [PATCH] remove unused import --- squarenotsquare/src/redux/actions/SystemActions.js | 1 - 1 file changed, 1 deletion(-) 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() {