diff --git a/src/functions/lazy.function.mts b/src/functions/lazy.function.mts index 266c79e7..2d77e88e 100644 --- a/src/functions/lazy.function.mts +++ b/src/functions/lazy.function.mts @@ -1,6 +1,4 @@ -import { TYPE_WRAPPER, TypeWrapperStamp } from '../constants/type-wrapper.const.mjs'; import { ServiceIdentifier } from '../index.mjs'; -import { ContainerInternals } from '../interfaces/container-internals.interface.mjs'; import { InferServiceType } from '../types/infer-service-type.type.mjs'; import { TypeWrapper } from '../types/type-wrapper.type.mjs'; import { forwardRef } from './forward-ref.function.mjs';