Add shows page and routes

This commit is contained in:
Toast 2025-01-28 11:14:21 +01:00
parent 5cf778e390
commit 77c22f70da
5 changed files with 47 additions and 1 deletions

View file

@ -0,0 +1,11 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-shows',
imports: [],
templateUrl: './shows.component.html',
styleUrl: './shows.component.css'
})
export class ShowsComponent {
}