From 2f3f2ae7f098376f535e5aa993c9eedc14e36f5d Mon Sep 17 00:00:00 2001 From: Vijay A Date: Fri, 22 Mar 2024 02:33:33 +0530 Subject: Upgrade node modules --- src/electron/Settings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/electron/Settings.ts') diff --git a/src/electron/Settings.ts b/src/electron/Settings.ts index 7bb12338e..e15a2e65c 100644 --- a/src/electron/Settings.ts +++ b/src/electron/Settings.ts @@ -1,5 +1,5 @@ +import { outputJsonSync, pathExistsSync, readJsonSync } from 'fs-extra'; import { makeObservable, observable, toJS } from 'mobx'; -import { pathExistsSync, outputJsonSync, readJsonSync } from 'fs-extra'; import { userDataPath } from '../environment-remote'; const debug = require('../preload-safe-debug')('Ferdium:Settings'); -- cgit v1.2.3-70-g09d2