+
+
@@ -48,22 +29,6 @@
-
-
-
-
-
-
- Chargement du graphe...
-
-
-
-
-
@@ -87,7 +52,6 @@ interface LivreRag { slug: string; titre: string; annee: number; couches: string
interface AuteurData { id: string; nom: string; dates: string; ecoles: string[]; ecole_principale: string; livres_rag: LivreRag[]; theses_cles: string[]; bio_courte: string }
interface PenseesData { meta: any; ecoles: EcoleData[]; auteurs: AuteurData[] }
-const vue = ref<'familiale' | 'graphe'>('familiale')
const ficheOpen = ref(false)
const ficheAuteurId = ref
(null)
const chatbotAuteur = ref(null)