From 81a7b9aa4071530b2dbe9e56fa6018b98e482866 Mon Sep 17 00:00:00 2001 From: etefaghian Date: Mon, 9 Aug 2021 20:49:41 +0430 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=BErename=20some=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/declaration/constructServiceInfoWithDeclaration.ts | 1 - src/store/{ => dispatcher}/dispatcherDeclaration.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) rename src/store/{ => dispatcher}/dispatcherDeclaration.ts (75%) 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