interface FolderProps { name: string; children?: React.ReactNode; } function Folder (props: FolderProps) { return (