Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bhushankhope committed Oct 16, 2024
1 parent 2cd8052 commit 8443702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions libs/cde-visualization/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ import { provideHttpClient } from '@angular/common/http';
import { importProvidersFrom } from '@angular/core';
import { provideAnimations } from '@angular/platform-browser/animations';
import { provideDesignSystem } from '@hra-ui/design-system';
import { provideButtonToggle } from '@hra-ui/design-system/button-toggle';
import { provideScrolling } from '@hra-ui/design-system/scrolling';
import { InputProps, createCustomElement } from '@hra-ui/webcomponents';
import { ColorPickerModule } from 'ngx-color-picker';
import { CdeVisualizationComponent } from './lib/cde-visualization/cde-visualization.component';
import { provideDesignSystem } from '@hra-ui/design-system';
import { provideButtonToggle } from '@hra-ui/design-system/button-toggle';

export * from './lib/cde-visualization/cde-visualization.component';
export * from './lib/models/color-map';
Expand Down
1 change: 1 addition & 0 deletions libs/design-system/src/lib/providers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { provideTable } from '@hra-ui/design-system/table';
import { provideSelect } from '@hra-ui/design-system/select';
import { provideInput } from '@hra-ui/design-system/input';
import { provideButtonToggle } from '@hra-ui/design-system/button-toggle';
import { provideTrees } from '@hra-ui/design-system/tree';

/**
* Returns design system providers
Expand Down

0 comments on commit 8443702

Please sign in to comment.