Sha256: e4a44730738571b5ae7adefb1d2d66b24e0642e0d0eea0f7eacc07d9fedd4af4
Contents?: true
Size: 351 Bytes
Versions: 10
Compression:
Stored size: 351 Bytes
Contents
import KpopController from "../controllers/kpop_controller"; import ScrimController from "../controllers/scrim_controller"; const Definitions = [ { identifier: "kpop", controllerConstructor: KpopController }, { identifier: "scrim", controllerConstructor: ScrimController }, ]; export { Definitions as default, KpopController, ScrimController };
Version data entries
10 entries across 10 versions & 1 rubygems