Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Mar 21, 2024
1 parent 74f4299 commit 2824283
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/app/showcase/layout/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ export class AppComponent implements OnInit {
}

this.bindRouteEvents();
this.configService.config.update((val) => ({
...val,
theme: 'lara-dark-blue',
darkMode: true,
ripple: true
}));
});
}
ngOnInit(): void {
Expand Down

0 comments on commit 2824283

Please sign in to comment.