Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Updated core path import
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Nov 3, 2024
1 parent 83fef62 commit aeafd0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IsoFS.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Backend } from '@zenfs/core/backends/backend.js';
import { S_IFDIR, S_IFREG } from '@zenfs/core/emulation/constants.js';
import { resolve } from '@zenfs/core/emulation/path.js';
import { resolve } from '@zenfs/core/path';
import { Errno, ErrnoError } from '@zenfs/core/error.js';
import { NoSyncFile, isWriteable } from '@zenfs/core/file.js';
import { FileSystem, type FileSystemMetadata } from '@zenfs/core/filesystem.js';
Expand Down

0 comments on commit aeafd0c

Please sign in to comment.