Skip to content

Commit

Permalink
fix(core): Avoid importing types from top-level @zarrita/storage (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt authored Jan 17, 2024
1 parent 01dd5da commit 9245629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/consolidated.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { type AbsolutePath, type Readable } from "@zarrita/storage";
import type { AbsolutePath, Readable } from "@zarrita/storage";
import { json_decode_object, json_encode_object } from "./util.js";
import { KeyError, NodeNotFoundError } from "./errors.js";
import type {
Expand Down

0 comments on commit 9245629

Please sign in to comment.