mirror of
https://github.com/adam-benyekkou/my_portfolio.git
synced 2026-01-15 20:20:09 +00:00
added future ui components file
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
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 {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user