Skip to content

Commit

Permalink
fix: import from src directory
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Sep 10, 2022
1 parent eb83b99 commit d6d524f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/module-tenants/src/TenantsApiOptions.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { TenantAgent } from './TenantAgent'
import type { TenantConfig } from './models/TenantConfig'
import type { ModulesMap } from '@aries-framework/core/src'
import type { ModulesMap } from '@aries-framework/core'

export interface GetTenantAgentOptions {
tenantId: string
Expand Down
2 changes: 1 addition & 1 deletion packages/module-tenants/src/TenantsModule.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { TenantsModuleConfigOptions } from './TenantsModuleConfig'
import type { ModulesMap, DependencyManager, Module, EmptyModuleMap } from '@aries-framework/core'
import type { Constructor } from '@aries-framework/core/src/utils/mixins'
import type { Constructor } from '@aries-framework/core'

import { InjectionSymbols } from '@aries-framework/core'

Expand Down

0 comments on commit d6d524f

Please sign in to comment.