Skip to content

Commit

Permalink
fix: Wrong local path in the index when reaching modules
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien2p committed Feb 23, 2022
1 parent 82c8d53 commit 2631023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export {

import { Utils as _Utils } from './utils';

export { MonitoringOptions } from 'modules/monitoring';
export { MonitoringOptions } from './modules/monitoring';

export const Utils = {
attachOrReplaceEntitySubscriber: _Utils.attachOrReplaceEntitySubscriber,
Expand Down

0 comments on commit 2631023

Please sign in to comment.