blocks.js 699 Bytes
/**
 * Gutenberg Blocks
 *
 * All blocks related JavaScript files should be imported here.
 * You can create a new block folder in this dir and include code
 * for that block here as well.
 *
 * All blocks should be included here since this is the file that
 * Webpack is compiling as the input file.
 */

import "./single-achievement-block/block.js";
import "./achievements-list-block/block.js";
import "./user-earned-achievement-block/block.js";
import "./single-rank-block/block.js";
import "./user-ranks-list-block/block.js";
import "./user-earned-ranks-block/block.js";
import "./user-earned-points-block/block.js";
import "./evidence-block/block.js";
import "./user-dashboard-block/block.js";