Skip to content

Commit

Permalink
feat: adds events index file
Browse files Browse the repository at this point in the history
  • Loading branch information
drusco committed Mar 13, 2024
1 parent f1ae072 commit 1a1b3e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/events/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import ProxyEvent from "./ProxyEvent.js";
import ProxyHandlerEvent from "./ProxyHandlerEvent.js";

export default { ProxyEvent, ProxyHandlerEvent };

0 comments on commit 1a1b3e1

Please sign in to comment.