correct import after shift jwt from core to shared

This commit is contained in:
clauspeterhuebner 2025-07-16 16:22:46 +02:00
parent e600d6c2ad
commit 0f34336efd

View File

@ -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'