diff --git a/apps/chat/src/utils/server/get-common-page-props.ts b/apps/chat/src/utils/server/get-common-page-props.ts index a2e18861f..92b829e24 100644 --- a/apps/chat/src/utils/server/get-common-page-props.ts +++ b/apps/chat/src/utils/server/get-common-page-props.ts @@ -1,5 +1,4 @@ import { GetServerSideProps } from 'next'; -import { getToken } from 'next-auth/jwt'; import { getServerSession } from 'next-auth/next'; import { serverSideTranslations } from 'next-i18next/serverSideTranslations';