move electron util to api

This commit is contained in:
Abhinav 2022-08-25 14:53:51 +05:30
parent ba2bf813ec
commit 6439c4bd7d
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ import {
safeStorageStore,
} from '../services/store';
import { logError } from './logging';
import { logError } from '../utils/logging';
export const clearElectronStore = () => {
try {

View file

@ -9,7 +9,7 @@ import {
setToUploadCollection,
} from './api/upload';
import { getEncryptionKey, setEncryptionKey } from './api/safeStorage';
import { clearElectronStore } from './utils/electronStore';
import { clearElectronStore } from './api/electronStore';
import { openDiskCache, deleteDiskCache } from './utils/cache';
import {
checkExistsAndCreateCollectionDir,