Skip to content

Commit

Permalink
🧾rename some files
Browse files Browse the repository at this point in the history
  • Loading branch information
etefaghian committed Aug 9, 2021
1 parent 4bdedbe commit 81a7b9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/declaration/constructServiceInfoWithDeclaration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { DispatcherDeclaration } from "./../types/declaration.ts";
import { DispatcherDeclaration } from "../../types/declaration.ts";

/**
* a place for storing constructed dispatcher declaration
Expand Down

0 comments on commit 81a7b9a

Please sign in to comment.