This repository has been archived on 2026-06-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
spellsaurus/routes/index.js
2020-03-23 18:35:13 +01:00

5 lines
69 B
JavaScript

const spells = require('./spells');
module.exports = {
spells,
}