Refactor: use index files and short import paths.
This commit is contained in:
1
src/components/svg/keyboard/index.ts
Normal file
1
src/components/svg/keyboard/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from './svg-keyboard.component';
|
||||
@@ -1,8 +1,7 @@
|
||||
import { Component, OnInit, Input, Output, EventEmitter} from '@angular/core';
|
||||
|
||||
import {Module} from '../../../../config-serializer/config-items/Module';
|
||||
import {SvgModule} from '../module/svg-module.model';
|
||||
import {SvgModuleComponent} from '../module/svg-module.component';
|
||||
import {SvgModule, SvgModuleComponent} from '../module';
|
||||
import {DataProviderService} from '../../../services/data-provider.service';
|
||||
|
||||
@Component({
|
||||
|
||||
Reference in New Issue
Block a user