'use client' import List from './list' const PluginsPanel = () => { return ( <>
{/* Filters go here */}
) } export default PluginsPanel