Corrent InputComponentManagerService.

This commit is contained in:
Manuel Friedli 2018-08-31 22:56:18 +02:00
parent c4effd4f41
commit 82c371956b
5 changed files with 21 additions and 4 deletions

View file

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