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 133 B
Newer Older
"use strict";

const runPage = require("../../../../run-page");
const GamedevPage = require("./gamedev-page");
runPage(GamedevPage);