fix: export the new functions

Export the new functions

commit-id:2b126f75
This commit is contained in:
Conicaw 2023-12-23 18:34:06 -06:00
parent 3fa1c8f9b1
commit 33b9ae2aef
No known key found for this signature in database
GPG key ID: 8DE10AC00159C418

View file

@ -1,3 +1,4 @@
export { HttpModule } from './http.module';
export { HttpService } from './http.service';
export * from './http.util';
export * from './interfaces';