Skip to content

Commit

Permalink
fix: export utils
Browse files Browse the repository at this point in the history
  • Loading branch information
eneajaho committed Nov 14, 2023
1 parent 16ef4e1 commit 11453a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/ngxtension/inject-params/src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const greeting = 'Hello World!';
export * from './inject-params';
2 changes: 1 addition & 1 deletion libs/ngxtension/inject-query-params/src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const greeting = 'Hello World!';
export * from './inject-query-params';

0 comments on commit 11453a5

Please sign in to comment.