Skip to content

Commit

Permalink
fix: update lib/index.ts to export other files
Browse files Browse the repository at this point in the history
there was dummy code leftover in the lib/index.ts file so we removed it
  • Loading branch information
Nargonath committed Oct 24, 2023
1 parent 0a28e34 commit 09b0da0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
export const test = "i am a test";
export * from "./narango.config";
export * from "./narango.service";
export * from "./narango.module";

0 comments on commit 09b0da0

Please sign in to comment.