Skip to content

Commit

Permalink
fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Vijeinath committed Jan 26, 2024
1 parent b389fa8 commit ab326f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/bebb-route/bebb-route.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import { DspApiConnectionToken, AppInitService } from '../dsp-ui-lib/core';
import { BeolService } from '../services/beol.service';

@Component({
selector: 'app-leoo-route',
selector: 'app-bebb-route',
templateUrl: './bebb-route.component.html',
styleUrls: ['./leoo-route.component.scss']
styleUrls: ['./bebb-route.component.scss']
})
export class BebbRouteComponent implements OnInit {

Expand Down

0 comments on commit ab326f0

Please sign in to comment.