bugfixing

This commit is contained in:
2020-06-14 15:38:19 +02:00
parent 7578c16188
commit 1e1e127f13
12 changed files with 54 additions and 43 deletions

View File

@@ -1,5 +1,5 @@
import {Pipe, PipeTransform} from '@angular/core';
import {SectionType} from '../../../modules/songs/services/text-rendering.service';
import {SectionType} from '../../../modules/songs/services/section-type';
@Pipe({
name: 'sectionType'