- Reorganize folder
    - Reorganize function
    - Add "todo" in mains
This commit is contained in:
Kum1ta
2024-08-04 22:18:05 +02:00
parent d7e1b551d7
commit cbdce2f62a
19 changed files with 1287 additions and 0 deletions

View File

@ -0,0 +1,17 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* main.js :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/07/30 13:50:35 by edbernar #+# #+# */
/* Updated: 2024/08/04 19:20:02 by edbernar ### ########.fr */
/* */
/* ************************************************************************** */
import { liveChat } from "./liveChat/main.js";
document.addEventListener('DOMContentLoaded', () => {
liveChat();
});