mirror of
https://github.com/CaramelFur/Picsur.git
synced 2025-11-14 15:45:49 +01:00
9 lines
210 B
TypeScript
9 lines
210 B
TypeScript
|
|
import { Component, OnInit } from '@angular/core';
|
||
|
|
|
||
|
|
@Component({
|
||
|
|
selector: 'app-header',
|
||
|
|
templateUrl: './header.component.html',
|
||
|
|
styleUrls: ['./header.component.scss'],
|
||
|
|
})
|
||
|
|
export class HeaderComponent {}
|