chore(express-partial-content): solve import errors

This commit is contained in:
Elian Doran
2025-05-03 01:24:10 +03:00
parent adc5e8929b
commit 7976f43a35
6 changed files with 21 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
export * from "./Content";
export * from "./ContentDoesNotExistError";
export * from "./ContentProvider";
export * from "./createPartialContentHandler";
export * from "./Logger";
export * from "./Range";
export * from "./Content.js";
export * from "./ContentDoesNotExistError.js";
export * from "./ContentProvider.js";
export * from "./createPartialContentHandler.js";
export * from "./Logger.js";
export * from "./Range.js";