mirror of
https://github.com/heyman/heynote.git
synced 2025-06-28 05:21:48 +02:00
Remove unused import
This commit is contained in:
parent
a924d33453
commit
e34a1c8ca3
@ -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…
x
Reference in New Issue
Block a user