mirror of
https://github.com/heyman/heynote.git
synced 2024-12-04 22:01:36 +01:00
Remove unused import
This commit is contained in:
parent
f95686dd54
commit
570da126fc
@ -1,6 +1,6 @@
|
|||||||
import fs from "fs"
|
import fs from "fs"
|
||||||
import os from "node:os"
|
import os from "node:os"
|
||||||
import { join, dirname, basename } from "path"
|
import { join, basename } from "path"
|
||||||
|
|
||||||
import * as jetpack from "fs-jetpack";
|
import * as jetpack from "fs-jetpack";
|
||||||
import { app, ipcMain, dialog } from "electron"
|
import { app, ipcMain, dialog } from "electron"
|
||||||
|
Loading…
Reference in New Issue
Block a user