Pricelist hinzugefügt
This commit is contained in:
@@ -10,6 +10,7 @@ import { Component, inject, computed, OnInit } from '@angular/core';
|
||||
export class NavbarComponent {
|
||||
navItems: { label:string, path:string }[] = [
|
||||
{label: 'Programm', path: '/schedule'},
|
||||
{label: 'Preise', path: '/prices'},
|
||||
{label: 'Film importieren', path: '/admin/movie-importer'},
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user