Delete settings.ts
This commit is contained in:
parent
e08c54f3ba
commit
5fc49bb3e9
|
|
@ -1,7 +0,0 @@
|
|||
import Store from "electron-store";
|
||||
import { DEFAULT_SETTINGS } from "./data/default_settings.js";
|
||||
|
||||
const schema = DEFAULT_SETTINGS;
|
||||
const store = new Store({schema});
|
||||
|
||||
export { store as appSettings }
|
||||
Reference in a new issue