Skip to content

Commit

Permalink
Fix symbol marked as "type" import
Browse files Browse the repository at this point in the history
  • Loading branch information
aedart committed Mar 24, 2024
1 parent d1df977 commit 584c09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/container/src/Container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import type {
FactoryCallback,
Identifier,
Binding,
DEPENDENCIES
} from "@aedart/contracts/container";
import type {
Callback,
Expand All @@ -17,6 +16,7 @@ import type {
ConstructorLike
} from "@aedart/contracts";
import type { CallbackWrapper } from "@aedart/contracts/support";
import { DEPENDENCIES } from "@aedart/contracts/container";
import { hasDependencies, getDependencies } from "@aedart/support/container";
import { getErrorMessage } from "@aedart/support/exceptions";
import {
Expand Down

0 comments on commit 584c09a

Please sign in to comment.