Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
index.js 127 B
"use strict";
const runPage = require("../../run-page");
const EducationPage = require("./education");
runPage(EducationPage);