mirror of
https://github.com/adam-benyekkou/my_portfolio.git
synced 2026-01-15 20:20:09 +00:00
12 lines
252 B
TypeScript
12 lines
252 B
TypeScript
import { Component } from '@angular/core';
|
|
|
|
@Component({
|
|
selector: 'app-long-button-dark',
|
|
imports: [],
|
|
templateUrl: './long-button-dark.component.html',
|
|
styleUrl: './long-button-dark.component.css'
|
|
})
|
|
export class LongButtonDarkComponent {
|
|
|
|
}
|