We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9e2ff1 commit 7320956Copy full SHA for 7320956
src/example/service/types.ts
@@ -1,5 +1,5 @@
1
-import { token } from "../../ioc/token";
2
-import { MyOtherService } from "./my-other-service";
+import {token} from "../../ioc/token";
+import {MyOtherService} from "./my-other-service";
3
4
export const TYPE = {
5
MyService: Symbol("MyService"),
0 commit comments