mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 17:08:03 +08:00
refactor(tests): change import to type import for React in model-modal tests
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import * as React from 'react'
|
||||
import type * as React from 'react'
|
||||
import type { Credential, CredentialFormSchema, ModelProvider } from '../../declarations'
|
||||
import { fireEvent, render, screen, waitFor, within } from '@testing-library/react'
|
||||
import {
|
||||
|
||||
Reference in New Issue
Block a user