Skip to content

Commit

Permalink
style(lazy): remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
freshgum-bubbles committed Aug 27, 2024
1 parent 640a146 commit f83ef52
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/functions/lazy.function.mts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit f83ef52

Please sign in to comment.