index.js 63 B

123
  1. const Block = require("./block");
  2. module.exports = { Block };