Ajout d'un commentaire

This commit is contained in:
Sylvain Philip 2024-09-10 14:13:17 +02:00
parent 2002c73d1b
commit 036dfabae7

View File

@ -8,6 +8,7 @@ import ChatApp from './ChatApp.svelte'
import {Modal, Alert} from 'bootstrap'; import {Modal, Alert} from 'bootstrap';
// Utile pour accéder au composant ChatApp depuis PHP
window.ChatApp = ChatApp; window.ChatApp = ChatApp;
window.bootstrap = { window.bootstrap = {