Skip to content

Commit

Permalink
Remove unused scss file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Storm authored and Jared Storm committed Oct 14, 2019
1 parent 7cbcd37 commit 437306f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import { Component } from '@angular/core';

@Component({
selector: 'app-icon-button-docs',
templateUrl: './icon-button-docs.component.html',
styleUrls: ['./icon-button-docs.component.scss']
templateUrl: './icon-button-docs.component.html'
})
export class IconButtonDocsComponent {
pageTitle: string = 'Icon Button';
Expand Down

0 comments on commit 437306f

Please sign in to comment.