diff --git a/src/declaration/constructServiceInfoWithDeclaration.ts b/src/declaration/constructServiceInfoWithDeclaration.ts index aa802ce..ffaf18a 100644 --- a/src/declaration/constructServiceInfoWithDeclaration.ts +++ b/src/declaration/constructServiceInfoWithDeclaration.ts @@ -3,7 +3,6 @@ import { FunQLDeclaration } from "./../types/declaration.ts"; import { ServiceConfig } from "../types/servicesConfig.ts"; /** - * * @remarks it also assign a unique id and for each service */ export type constructServiceInfoWithDeclaration = ( diff --git a/src/store/dispatcherDeclaration.ts b/src/store/dispatcher/dispatcherDeclaration.ts similarity index 75% rename from src/store/dispatcherDeclaration.ts rename to src/store/dispatcher/dispatcherDeclaration.ts index 4df3d3b..b0f788f 100644 --- a/src/store/dispatcherDeclaration.ts +++ b/src/store/dispatcher/dispatcherDeclaration.ts @@ -1,4 +1,4 @@ -import { DispatcherDeclaration } from "./../types/declaration.ts"; +import { DispatcherDeclaration } from "../../types/declaration.ts"; /** * a place for storing constructed dispatcher declaration