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
Newer Older
  • Learn to ignore specific revisions
  • peter_rabbit's avatar
    peter_rabbit committed
    "use strict";
    const runPage = require("../../run-page");
    
    peter_rabbit's avatar
    peter_rabbit committed
    const EducationPage = require("./education");
    runPage(EducationPage);