the great renaming
This commit is contained in:
10
src/app/components/ui-elements/button/button.component.ts
Normal file
10
src/app/components/ui-elements/button/button.component.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'ff-button',
|
||||
imports: [],
|
||||
templateUrl: './button.component.html',
|
||||
})
|
||||
export class ButtonComponent {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user