Skip to content

Commit

Permalink
chore: apply changes after linting [bot]
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored and taiga-family-bot committed Feb 5, 2024
1 parent 995866b commit 5113cdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/demo/src/modules/app/app.routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,8 @@ export const ROUTES: Routes = [
{
path: 'experimental/card-medium',
loadChildren: async () =>
(await import('../experimental/card-medium/card-medium.module')).ExampleTuiCardModule,
(await import('../experimental/card-medium/card-medium.module'))
.ExampleTuiCardModule,
data: {
title: 'CardMedium',
},
Expand Down

0 comments on commit 5113cdf

Please sign in to comment.