ngx-admin/src/app/pages/layout/stepper/profile/profile.component.ts

11 lines
207 B
TypeScript
Raw Normal View History

2024-03-20 22:31:55 -07:00
import { Component } from '@angular/core';
@Component({
selector: 'ngx-profile',
templateUrl: './profile.component.html',
styleUrls: ['./profile.component.scss']
})
export class ProfileComponent {
}