'use client' const PluginsPanel = () => { return ( <>
{/* Filter goes here */}
{/* Plugin cards go here */}
) } export default PluginsPanel