Browse Source

remove unused import

pull/1/head
Tim Glasgow 2 years ago
parent
commit
4aeeb2572a
  1. 1
      squarenotsquare/src/redux/actions/SystemActions.js

1
squarenotsquare/src/redux/actions/SystemActions.js

@ -1,5 +1,4 @@
import { initDB } from "../../realm/dbInit"; import { initDB } from "../../realm/dbInit";
import { realmDB } from "../../realm/dbAPI";
import { APP_INIT } from "../types/SystemTypes"; import { APP_INIT } from "../types/SystemTypes";
export function appInit() { export function appInit() {

Loading…
Cancel
Save