Small cleanup
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
import { types } from "@aas-core-works/aas-core3.0-typescript";
|
||||
import type AASInterfaceServer from "server";
|
||||
import type AASInterfaceServer from "./server";
|
||||
import type { Request } from "types/requests";
|
||||
import type InterfaceConnectionObject from "interfaceConnectionObject";
|
||||
import Traverser from "./helper/traverser";
|
||||
import { AIMCMapper } from "./parser/AIMCMapper";
|
||||
import { AssetInterfacesDescription } from "types/aidConf";
|
||||
import AIMCMapper from "./parser/AIMCMapper";
|
||||
import AIDParser from "./parser/AIDParser";
|
||||
|
||||
type AASRegistration = {
|
||||
|
||||
Reference in New Issue
Block a user