Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
lint removal
Browse files Browse the repository at this point in the history
  • Loading branch information
maurizi committed Mar 1, 2019
1 parent 5612e0f commit a616153
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/app/services/project.service.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Headers, RequestOptions, Response, URLSearchParams } from '@angular/http';
import { Response } from '@angular/http';
import { Observable } from 'rxjs/Observable';

import { Project } from '../models/project.model';
Expand Down
8 changes: 4 additions & 4 deletions src/assets/sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
* * * */
@import
'utils/functions',
'utils/variables',
'utils/mixins',
'utils/variables',
'utils/mixins',
'utils/clearfix',
'utils/utilities';

Expand All @@ -24,8 +24,8 @@
* * * */
@import
'base/normalize',
'base/base',
'base/animations';
'base/base',
'base/animations';

/* * * *
* Layout and overall structure
Expand Down

0 comments on commit a616153

Please sign in to comment.