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 () => {