mirror of
https://github.com/frappe/books.git
synced 2024-11-08 14:50:56 +00:00
76bf6cfda5
- update models to not use singleton export
5 lines
88 B
TypeScript
5 lines
88 B
TypeScript
import Store from 'electron-store';
|
|
|
|
const config = new Store();
|
|
export default config;
|