update usages of createServiceFactory

Co-authored-by: blam <ben@blam.sh>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-01-13 16:16:26 +01:00
parent eadc8f7df8
commit b8a14b3023
19 changed files with 101 additions and 96 deletions
@@ -19,7 +19,8 @@ export type {
ServiceRefConfig,
TypesToServiceRef,
ServiceFactory,
ServiceFactoryConfig,
PluginServiceFactoryConfig,
RootServiceFactoryConfig,
ServiceFactoryOrFunction,
} from './types';
export { createServiceRef, createServiceFactory } from './types';