Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
aedart committed Apr 13, 2024
1 parent a38eb14 commit c63db18
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { ServiceProvider } from "@aedart/support/services";
import { isServiceProviderConstructor } from "@aedart/support/services";
import { isServiceProviderConstructor, ServiceProvider } from "@aedart/support/services";

describe('@aedart/support/services', () => {
describe('isServiceProviderConstructor()', () => {
Expand Down

0 comments on commit c63db18

Please sign in to comment.