mirror of
https://github.com/frappe/books.git
synced 2024-11-09 23:30:56 +00:00
5 lines
88 B
TypeScript
5 lines
88 B
TypeScript
|
import Store from 'electron-store';
|
||
|
|
||
|
const config = new Store();
|
||
|
export default config;
|