From 95777d23e0de99d3f50e597ee6c148515aac293d Mon Sep 17 00:00:00 2001 From: Yi Date: Fri, 11 Oct 2024 16:27:31 +0800 Subject: [PATCH] fix: naming styles --- web/app/(commonLayout)/plugins/{Container.tsx => C.tsx} | 2 +- .../{InstallPluginDropdown.tsx => Install-plugin-dropdown.tsx} | 0 web/app/(commonLayout)/plugins/page.tsx | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename web/app/(commonLayout)/plugins/{Container.tsx => C.tsx} (98%) rename web/app/(commonLayout)/plugins/{InstallPluginDropdown.tsx => Install-plugin-dropdown.tsx} (100%) diff --git a/web/app/(commonLayout)/plugins/Container.tsx b/web/app/(commonLayout)/plugins/C.tsx similarity index 98% rename from web/app/(commonLayout)/plugins/Container.tsx rename to web/app/(commonLayout)/plugins/C.tsx index f3de74cfab..8c97f3b4bf 100644 --- a/web/app/(commonLayout)/plugins/Container.tsx +++ b/web/app/(commonLayout)/plugins/C.tsx @@ -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' diff --git a/web/app/(commonLayout)/plugins/InstallPluginDropdown.tsx b/web/app/(commonLayout)/plugins/Install-plugin-dropdown.tsx similarity index 100% rename from web/app/(commonLayout)/plugins/InstallPluginDropdown.tsx rename to web/app/(commonLayout)/plugins/Install-plugin-dropdown.tsx diff --git a/web/app/(commonLayout)/plugins/page.tsx b/web/app/(commonLayout)/plugins/page.tsx index 830efd7159..d83773ebf2 100644 --- a/web/app/(commonLayout)/plugins/page.tsx +++ b/web/app/(commonLayout)/plugins/page.tsx @@ -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 () => {