Optimization of the folder structure
This commit is contained in:
@@ -6,7 +6,7 @@ import {
|
||||
TextMacroAction,
|
||||
macroActionType
|
||||
} from '../../../config-serializer/config-items/macro-action';
|
||||
import { MacroKeyTabComponent } from './tab/macro-key';
|
||||
import { MacroKeyTabComponent } from './tab/key';
|
||||
|
||||
enum TabName {
|
||||
Keypress,
|
||||
4
src/components/macro/action-editor/tab/index.ts
Normal file
4
src/components/macro/action-editor/tab/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export { MacroDelayTabComponent } from './delay';
|
||||
export { MacroKeyTabComponent } from './key';
|
||||
export { MacroMouseTabComponent } from './mouse';
|
||||
export { MacroTextTabComponent } from './text';
|
||||
@@ -1,6 +1,6 @@
|
||||
export * from './macro.component';
|
||||
export * from './add/macro-add.component';
|
||||
export * from './macro.routes';
|
||||
export * from './macro-item';
|
||||
export * from './macro-action-editor';
|
||||
export * from './macro-action-editor/tab';
|
||||
export * from './item';
|
||||
export * from './action-editor';
|
||||
export * from './action-editor/tab';
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
export { MacroDelayTabComponent } from './macro-delay';
|
||||
export { MacroKeyTabComponent } from './macro-key';
|
||||
export { MacroMouseTabComponent } from './macro-mouse';
|
||||
export { MacroTextTabComponent } from './macro-text';
|
||||
@@ -7,7 +7,7 @@ import { DragulaService } from 'ng2-dragula/ng2-dragula';
|
||||
|
||||
import { Macro } from '../../config-serializer/config-items/Macro';
|
||||
import { MacroAction } from '../../config-serializer/config-items/macro-action';
|
||||
import { MacroItemComponent } from './macro-item/macro-item.component';
|
||||
import { MacroItemComponent } from './item/macro-item.component';
|
||||
|
||||
import { UhkConfigurationService } from '../../services/uhk-configuration.service';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user