mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
refactor: route low-cost next modules through compat re-exports (#33622)
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import Script from 'next/script'
|
||||
import { IS_DEV } from '@/config'
|
||||
import Script from '@/next/script'
|
||||
|
||||
export function ReactGrabLoader() {
|
||||
if (!IS_DEV)
|
||||
|
||||
Reference in New Issue
Block a user