funky-framadate-front/src/app/features/administration/actions-menu/actions-menu.component.ts

13 lines
289 B
TypeScript
Raw Normal View History

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