Skip to content

Commit 8cc8934

Browse files
committed
Add missing export.
1 parent 50d647f commit 8cc8934

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/net/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export {
2828
default as MultiLoader,
2929
type MultiLoaderDataCallbackFn,
3030
} from "./multiLoader.js";
31+
export { default as NodeMetadataUrlHelperMixin } from "./nodeMetadataUrlHelperMixin.js";
3132
export { default as NodesUrlHelperMixin } from "./nodesUrlHelperMixin.js";
3233
export { default as LocationDatumMetadataUrlHelperMixin } from "./locationDatumMetadataUrlHelperMixin.js";
3334
export { default as LocationDatumUrlHelperMixin } from "./locationDatumUrlHelperMixin.js";

0 commit comments

Comments
 (0)