diff --git a/backend/src/graphql/model/RedeemJwtLink.ts b/backend/src/graphql/model/RedeemJwtLink.ts index 751d15280..64544ad0e 100644 --- a/backend/src/graphql/model/RedeemJwtLink.ts +++ b/backend/src/graphql/model/RedeemJwtLink.ts @@ -1,7 +1,7 @@ import { Decimal } from 'decimal.js-light' import { Field, ObjectType } from 'type-graphql' -import { RedeemJwtPayloadType } from 'core' +import { RedeemJwtPayloadType } from 'shared' import { Community } from './Community' import { User } from './User'