import { MoreHorizontal, Search } from 'lucide-react'; import { Badge, Button, Input, PageShell, } from '@/ui'; export function MediaLibraryPageTemplate() { return ( } />} > {Array.from({ length: 8 }).map((_, index) => ( ))} ); }