diff --git a/lib/index.ts b/lib/index.ts index b77d98e..bb2d392 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -1 +1,3 @@ -export const test = "i am a test"; +export * from "./narango.config"; +export * from "./narango.service"; +export * from "./narango.module";