Skip to content

Commit

Permalink
fix: import with "
Browse files Browse the repository at this point in the history
Co-authored-by: S222em <[email protected]>
  • Loading branch information
xhyrom and S222em authored Feb 6, 2022
1 parent 16f32b2 commit dcf85ce
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 @@ -28,7 +28,7 @@ export { Listeners, ListenerManager } from './lib/managers/ListenerManager';
export { Handlers, HandlerManager } from './lib/managers/HandlerManager';

// Logger
export { Logger, ILogger, Events, GClientEvents, LogLevel, LogMethods } from './lib/util/logger/Logger';
export * from './lib/util/logger/Logger';

// Inhibitors
export * as Inhibitor from './inhibitors';
Expand Down

0 comments on commit dcf85ce

Please sign in to comment.