Skip to content

Commit

Permalink
remove component stylesheet imports and use of showcase stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordanafoster6 committed Sep 30, 2024
1 parent da24454 commit 6cdaad1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Component } from '@angular/core';

@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.scss']
templateUrl: './app.component.html'
})
export class AppComponent {}

0 comments on commit 6cdaad1

Please sign in to comment.