Skip to content

Commit 17646d4

Browse files
author
Salma Alam-Naylor
committed
Optimise imports
1 parent d1e0f36 commit 17646d4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/fretonator-web/src/app/common/footer/footer.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Component, ViewEncapsulation } from '@angular/core';
1+
import { Component } from '@angular/core';
22
import { GlobalService } from '../../global.service';
33

44
@Component({

apps/fretonator-web/src/app/pages/contact/contact-index/contact-index.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
import { AfterViewInit, Component, ElementRef, OnInit, ViewChild } from '@angular/core';
1+
import { AfterViewInit, Component, ElementRef, ViewChild } from '@angular/core';
22
import { FormControl, FormGroup, Validators } from '@angular/forms';
33
import { FormService } from '../form.service';
44
import { tap } from 'rxjs/operators';
55
import { Router } from '@angular/router';
66
import { GlobalService } from '../../../global.service';
7-
import { FormErrorMessages } from '../../../util/constants'
7+
import { FormErrorMessages } from '../../../util/constants';
88

99
@Component({
1010
selector: 'app-contact-index',

apps/fretonator-web/src/app/pages/contact/contact-success/contact-success.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { AfterViewInit, Component, ElementRef, OnInit, ViewChild } from '@angular/core';
1+
import { AfterViewInit, Component, ElementRef, ViewChild } from '@angular/core';
22
import { GlobalService } from '../../../global.service';
33

44
@Component({

0 commit comments

Comments
 (0)