Correct ConverterRegistryService.

This commit is contained in:
Manuel Friedli 2018-08-31 22:53:50 +02:00
parent 2c50fa0713
commit c4effd4f41
5 changed files with 37 additions and 20 deletions

View file

@ -1,5 +1,5 @@
import {Component, OnInit} from '@angular/core';
import {ConverterRegistryService} from './converterregistry.service';
import {ConverterRegistryService} from './converter-registry.service';
import {InputComponentManagerService} from './inputcomponentmanager.service';
import {Step} from './step';
import {Converter} from './converter/converter';