renaming config-serializer upper camel case file names to dash case (#320)
* renaming: config-serializer upper camel case file names to dash case (closes #305) * fix: remove then add same source with lowercase * fix: d.ts file with lowercase
This commit is contained in:
committed by
László Monda
parent
121807a65a
commit
22a59160fb
@@ -10,7 +10,7 @@ import 'rxjs/add/operator/takeWhile';
|
||||
import { AppState } from '../shared/store';
|
||||
import { getUserConfiguration } from '../shared/store/reducers/user-configuration';
|
||||
|
||||
import { UhkBuffer } from '../shared/config-serializer/UhkBuffer';
|
||||
import { UhkBuffer } from '../shared/config-serializer/uhk-buffer';
|
||||
|
||||
import { UhkDeviceService } from '../services/uhk-device.service';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user