mirror of
https://github.com/langgenius/dify.git
synced 2026-01-08 07:14:14 +00:00
fix: naming styles
This commit is contained in:
@@ -8,7 +8,7 @@ import {
|
||||
RiClipboardLine,
|
||||
RiEqualizer2Line,
|
||||
} from '@remixicon/react'
|
||||
import InstallPluginDropdown from './InstallPluginDropdown'
|
||||
import InstallPluginDropdown from './Install-plugin-dropdown'
|
||||
import { useTabSearchParams } from '@/hooks/use-tab-searchparams'
|
||||
import { useModalContext } from '@/context/modal-context'
|
||||
import Button from '@/app/components/base/button'
|
||||
@@ -1,5 +1,5 @@
|
||||
import PluginsPanel from './plugins-panel'
|
||||
import Container from './container'
|
||||
import Container from './C'
|
||||
import Marketplace from '@/app/components/plugins/marketplace'
|
||||
|
||||
const PluginList = async () => {
|
||||
|
||||
Reference in New Issue
Block a user