Use import/export instead of references. Use webpack instead of tsc.
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
class TextMacroAction extends MacroAction {
|
||||
import {MacroAction, MacroActionId, macroActionType} from './MacroAction';
|
||||
import {UhkBuffer} from '../UhkBuffer';
|
||||
|
||||
export class TextMacroAction extends MacroAction {
|
||||
|
||||
text: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user