mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 01:48:04 +08:00
refactor: route next/navigation through compat re-export (#33636)
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
'use client'
|
||||
import { useRouter, useSearchParams } from 'next/navigation'
|
||||
import { useEffect } from 'react'
|
||||
import { useTranslation } from 'react-i18next'
|
||||
import Button from '@/app/components/base/button'
|
||||
import Loading from '@/app/components/base/loading'
|
||||
|
||||
import useDocumentTitle from '@/hooks/use-document-title'
|
||||
|
||||
import { useRouter, useSearchParams } from '@/next/navigation'
|
||||
import { useInvitationCheck } from '@/service/use-common'
|
||||
import { cn } from '@/utils/classnames'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user