Services: create and move shows-api service

This commit is contained in:
Toast 2025-01-28 12:03:53 +01:00
parent 46b267d672
commit 0a6fda1512
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
import {Component, inject} from '@angular/core';
import {ShowsApiService} from '../../shows/shows-api.service';
import {Show, ShowsApiResponse} from '../../shows/shows-api';
import {ShowsApiService} from '../../services/shows/shows-api.service';
import {Show, ShowsApiResponse} from '../../shows-api';
@Component({
selector: 'app-shows',