mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
chore: lint require and how to import react (#30041)
This commit is contained in:
@ -3,7 +3,8 @@ import type { ColorMap, IndicatorProps } from '@/app/components/header/indicator
|
||||
import type { CommonResponse } from '@/models/common'
|
||||
import type { DocumentDisplayStatus } from '@/models/datasets'
|
||||
import { useDebounceFn } from 'ahooks'
|
||||
import React, { useMemo } from 'react'
|
||||
import * as React from 'react'
|
||||
import { useMemo } from 'react'
|
||||
import { useTranslation } from 'react-i18next'
|
||||
import { useContext } from 'use-context-selector'
|
||||
import Switch from '@/app/components/base/switch'
|
||||
|
||||
Reference in New Issue
Block a user