funky-framadate-front/src/app/core/components/sibebar/navigation/navigation.component.ts

13 lines
282 B
TypeScript

import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-navigation',
templateUrl: './navigation.component.html',
styleUrls: ['./navigation.component.scss'],
})
export class NavigationComponent implements OnInit {
constructor() {}
ngOnInit(): void {}
}