mirror of
https://github.com/adam-benyekkou/my_portfolio.git
synced 2026-01-15 20:20:09 +00:00
Solved conflict of style between PrimeNG and Tailwind, both work together now
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-header-logo',
|
||||
imports: [],
|
||||
templateUrl: './header-logo.component.html',
|
||||
styleUrl: './header-logo.component.css',
|
||||
})
|
||||
export class HeaderLogoComponent {}
|
||||
Reference in New Issue
Block a user