mirror of
https://git.zavage.net/Zavage-Software/skrill-frontend.git
synced 2025-04-19 06:49:21 -06:00
9 lines
200 B
TypeScript
9 lines
200 B
TypeScript
import { Component } from '@angular/core';
|
|
|
|
@Component({
|
|
selector: 'app-home-component',
|
|
templateUrl: './home.component.html',
|
|
styleUrl: './home.component.css',
|
|
})
|
|
export class HomeComponent {}
|