mirror of
https://github.com/heyman/heynote.git
synced 2025-08-18 10:29:51 +02:00
Remove unused import
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import fs from "fs"
|
||||
import os from "node:os"
|
||||
import { join, dirname, basename } from "path"
|
||||
import { join, basename } from "path"
|
||||
|
||||
import * as jetpack from "fs-jetpack";
|
||||
import { app, ipcMain, dialog } from "electron"
|
||||
|
Reference in New Issue
Block a user