Ajoutez des fichiers projet.

This commit is contained in:
2025-08-06 12:07:11 +02:00
parent 3c5c65af00
commit 238a7a31b0
36 changed files with 7934 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
theme: {
extend: {},
},
plugins: [],
};