import { Group } from '@/app/components/base/icons/src/vender/other' import Line from './line' const Empty = () => { return (
{ Array.from({ length: 16 }).map((_, index) => (
)) }
No plugin found
) } export default Empty