diff --git a/web/app/components/plugins/marketplace/index.tsx b/web/app/components/plugins/marketplace/index.tsx new file mode 100644 index 0000000000..f35f455618 --- /dev/null +++ b/web/app/components/plugins/marketplace/index.tsx @@ -0,0 +1,35 @@ +import SearchBox from './search-box' + +const Marketplace = () => { + return ( +