SPB Git forge

spb/immbot-ai

Public
1commits 1branches 0releases
1.5 MBsize
maindefault branch
20 days agolast push
TypeScript 98.3% CSS 0.9% Shell 0.7%
275 B · 9 lines tsx
Raw Blame History
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