Skip to content

Commit

Permalink
feat(portfolio): fix module
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhmenZH committed May 25, 2023
1 parent f105bb8 commit e7c9772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/common-docs/src/common-docs.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export { TechnologiesCardComponent } from './components/technologies-card/techno
export { ITechnologiesCard } from './components/technologies-card/technologies-card.component';
export { UtilService } from './services/utils.service';
export { technologiesAndServices } from './components/technologies/technologies-and-services';

export { CookieConsentBannerComponent } from './components/cookie-consent-banner/cookie-consent-banner.component';
export { DeliverableCardComponent } from './components/deliverable-card.component/deliverable-card.component';
export { DeliverableCard } from './components/deliverable-card.component/deliverable-card.component';

Expand Down

0 comments on commit e7c9772

Please sign in to comment.