Files
ShopSolution-frontend/src/app/shared/components/layout/user-profile/user-profile.component.ts
2025-09-08 18:17:32 +02:00

12 lines
237 B
TypeScript

import { Component } from '@angular/core';
@Component({
selector: 'app-user-profile',
imports: [],
templateUrl: './user-profile.component.html',
styleUrl: './user-profile.component.css'
})
export class UserProfileComponent {
}