Skip to content

Commit 4354e24

Browse files
author
Alian Rignack Quevedo
committed
Change extension of style file
1 parent 9d5f073 commit 4354e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Item, ApiService } from './services/api.service';
44
@Component({
55
selector: 'app-root',
66
templateUrl: './app.component.html',
7-
styleUrls: ['./app.component.scss']
7+
styleUrls: ['./app.component.css']
88
})
99
export class AppComponent implements OnInit{
1010
title = 'firstpwa';

0 commit comments

Comments
 (0)