From c6377f6e388003fb280fc74b2fa72869e277b653 Mon Sep 17 00:00:00 2001 From: Yi Date: Fri, 11 Oct 2024 16:29:07 +0800 Subject: [PATCH] fix: naming styles --- web/app/(commonLayout)/plugins/{C.tsx => container.tsx} | 0 web/app/(commonLayout)/plugins/page.tsx | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename web/app/(commonLayout)/plugins/{C.tsx => container.tsx} (100%) diff --git a/web/app/(commonLayout)/plugins/C.tsx b/web/app/(commonLayout)/plugins/container.tsx similarity index 100% rename from web/app/(commonLayout)/plugins/C.tsx rename to web/app/(commonLayout)/plugins/container.tsx diff --git a/web/app/(commonLayout)/plugins/page.tsx b/web/app/(commonLayout)/plugins/page.tsx index d83773ebf2..830efd7159 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 './C' +import Container from './container' import Marketplace from '@/app/components/plugins/marketplace' const PluginList = async () => {