mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 01:48:04 +08:00
refactor: route next/link through compat re-export (#33632)
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { RiDiscordFill, RiDiscussLine, RiGithubFill } from '@remixicon/react'
|
||||
import Link from 'next/link'
|
||||
import * as React from 'react'
|
||||
import { useTranslation } from 'react-i18next'
|
||||
import Link from '@/next/link'
|
||||
|
||||
type CustomLinkProps = {
|
||||
href: string
|
||||
|
||||
Reference in New Issue
Block a user