Skip to content

Commit e2ba52a

Browse files
committed
🚨 fix linter errors
1 parent ba8727e commit e2ba52a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/app/features/home/home.component.ts

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

33
@Component({
44
selector: 'app-home',

src/app/shared/shared.module.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
import { NgModule } from '@angular/core';
21
import { CommonModule } from '@angular/common';
3-
4-
2+
import { NgModule } from '@angular/core';
53

64
@NgModule({
75
declarations: [],

0 commit comments

Comments
 (0)