Create appConf file

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2026-01-12 21:56:10 +01:00
parent 1c10240b8d
commit ac21cadf4a
+4
View File
@@ -0,0 +1,4 @@
export const APP_CONFIG = {
contactEmail: "contact@example.com",
contactPhone: "+33 01 02 03 04 05"
}