You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							| 12345678910111213141516 | 
							- import PluginPage from '@/app/components/plugins/plugin-page'
 - import PluginsPanel from '@/app/components/plugins/plugin-page/plugins-panel'
 - import Marketplace from '@/app/components/plugins/marketplace'
 - import { getLocaleOnServer } from '@/i18n-config/server'
 - 
 - const PluginList = async () => {
 -   const locale = await getLocaleOnServer()
 -   return (
 -     <PluginPage
 -       plugins={<PluginsPanel />}
 -       marketplace={<Marketplace locale={locale} pluginTypeSwitchClassName='top-[60px]' searchBoxAutoAnimate={false} showSearchParams={false} />}
 -     />
 -   )
 - }
 - 
 - export default PluginList
 
 
  |