Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
heyman committed Oct 3, 2024
1 parent f95686d commit 570da12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/main/file-library.js
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 570da12

Please sign in to comment.