Skip to content

Commit

Permalink
add missing ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
l-brendle committed Oct 19, 2023
1 parent 2eef9e9 commit 26184f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions angular-frontend/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { ChatComponent } from './components/chat/chat.component';
import { StockComponent } from './components/stock/stock.component';
import { UserBarComponent } from './components/user-bar/user-bar.component';
import { GameComponent } from './components/game/game.component';
import { balIconAccount, balIconSend } from '@baloise/design-system-icons'
import { balIconAccount, balIconSend, balIconStarShape, balIconStarFull, balIconWeb, balIconX} from '@baloise/design-system-icons'

@NgModule({
declarations: [AppComponent, CheckInComponent, InventoryComponent, InventoryItemComponent, ChatComponent, GameComponent, StockComponent, UserBarComponent],
Expand All @@ -19,7 +19,7 @@ import { balIconAccount, balIconSend } from '@baloise/design-system-icons'
// Provide all components and value accessors to the app module.
BaloiseDesignSystemModule.forRoot({
defaults: {
icons: { balIconAccount, balIconSend },
icons: { balIconAccount, balIconSend, balIconStarShape, balIconStarFull, balIconWeb, balIconX },
},
}),
FormsModule,
Expand Down

0 comments on commit 26184f7

Please sign in to comment.