Add an empty line after the import statement

This commit is contained in:
MareStare 2025-03-04 04:07:24 +00:00
parent 99e597d94d
commit 1dac0ef3f2

View file

@ -1,4 +1,5 @@
import store from '../../utils/store'; import store from '../../utils/store';
/** /**
* The root JSON object that contains the history records and is persisted to disk. * The root JSON object that contains the history records and is persisted to disk.
*/ */