mirror of
https://github.com/jwetzell/itsfiveoclockwhere.git
synced 2026-09-03 13:09:00 +00:00
prettier
This commit is contained in:
@@ -6,10 +6,10 @@ import { TimezoneService } from './timezone/services/timezone.service';
|
||||
|
||||
declare let gtag: Function;
|
||||
@Component({
|
||||
selector: 'app-root',
|
||||
templateUrl: './app.component.html',
|
||||
styleUrls: ['./app.component.scss'],
|
||||
standalone: false
|
||||
selector: 'app-root',
|
||||
templateUrl: './app.component.html',
|
||||
styleUrls: ['./app.component.scss'],
|
||||
standalone: false,
|
||||
})
|
||||
export class AppComponent {
|
||||
fiveOclocks: Timezone[] = [];
|
||||
|
||||
Reference in New Issue
Block a user