Cleanup imports

This commit is contained in:
David Majdandžić
2023-04-05 17:00:25 +02:00
parent eb22a43ee2
commit 7a4aa1eb9c
23 changed files with 88 additions and 100 deletions

View File

@@ -1,4 +1,4 @@
import {PduProcessor} from "../PduProcessor";
import PduProcessor from "../PduProcessor";
export default abstract class Preprocessor extends PduProcessor {
readonly type: string = this.name;