1// Bibliothèque personnelle : éléments sauvegardés depuis le chat et les outils.2import { LibraryApp } from "@/components/learning/library-app";34export const metadata = { title: "Bibliothèque" };56export default function BibliothequePage() {7 return <LibraryApp />;8}9