up edit menu

This commit is contained in:
Tykayn 2025-10-02 23:19:15 +02:00 committed by tykayn
parent 070e8435d8
commit 80d52ff819
6 changed files with 238 additions and 6 deletions

View file

@ -1,11 +1,13 @@
import { Component } from '@angular/core';
import {Menu} from './menu/menu';
@Component({
selector: 'app-home',
imports: [],
imports: [
Menu
],
templateUrl: './home.html',
styleUrl: './home.scss'
})
export class Home {
}