export default function ProjectFileManagerFixture() { return (

Soubory

Projekt / Dokumentace
{Array.from({ length: 4 }, (_, i) => (
dokument_{i + 1}.pdf 2.{i + 1} MB
))}
); }