'use client' import { RiDragDropLine } from '@remixicon/react' const PluginsPanel = () => { return ( <>
{/* Filter goes here */}
{/* Plugin cards go here */}
Drop plugin package here to install
) } export default PluginsPanel