Apply suggestions from code review

Switching from single to double quotes
This commit is contained in:
Patrick
2021-05-08 20:00:30 +02:00
committed by GitHub
parent 058230e9a9
commit ac237a6ba1
3 changed files with 6 additions and 6 deletions
@@ -2,8 +2,8 @@ import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-bottom-bar',
templateUrl: './bottom-bar.component.html',
styleUrls: ['./bottom-bar.component.css']
templateUrl: "./bottom-bar.component.html",
styleUrls: ["./bottom-bar.component.css"]
})
export class BottomBarComponent implements OnInit {