Skip to content

Commit

Permalink
fix: Node import type
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Sep 1, 2023
1 parent c16e30e commit 7f8d1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/newFileMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*
*/

import { Folder } from './files/folder'
import type { Folder, Node } from './index'
import logger from './utils/logger'

export interface Entry {
Expand Down

0 comments on commit 7f8d1eb

Please sign in to comment.