mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-01 12:44:43 +00:00
fix wrong import paths
This commit is contained in:
parent
47e94c1671
commit
20044951f7
@ -6,7 +6,7 @@ import { buildSchema } from 'type-graphql'
|
||||
import { isAuthorized } from './directive/isAuthorized'
|
||||
import { AiChatResolver } from './resolver/AiChatResolver'
|
||||
import { BalanceResolver } from './resolver/BalanceResolver'
|
||||
import { CommandResolver } from 'core/src/graphql/resolver/CommandResolver'
|
||||
import { CommandResolver } from 'core'
|
||||
import { CommunityResolver } from './resolver/CommunityResolver'
|
||||
import { ContributionLinkResolver } from './resolver/ContributionLinkResolver'
|
||||
import { ContributionMessageResolver } from './resolver/ContributionMessageResolver'
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
import { CommandClient as V1_0_CommandClient } from 'core/src/federation/client/1_0/CommandClient'
|
||||
import { CommandClient as V1_0_CommandClient } from '../1_0/CommandClient'
|
||||
|
||||
export class CommandClient extends V1_0_CommandClient {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user