Skip to content

Commit db97375

Browse files
committed
removed the personal gitignore rule to get ready for DSOMM PR
1 parent 334f7da commit db97375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Component } from '@angular/core';
33
@Component({
44
selector: 'app-root',
55
templateUrl: './app.component.html',
6-
styleUrls: ['./app.component.css'] // This is for component-specific styles.
6+
styleUrls: ['./app.component.css'], // This is for component-specific styles.
77
})
88
export class AppComponent {
99
title = 'DSOMM';

0 commit comments

Comments
 (0)