hypnagaga_old/config/shortcodes/index.js
2022-12-31 11:25:17 +01:00

8 lines
235 B
JavaScript

const imageShortcodePlaceholder = require('./imagePlaceholder');
const includeRaw = require('./includeRaw');
const liteYoutube = require('./youtube-lite');
module.exports = {
imageShortcodePlaceholder,
includeRaw,
liteYoutube
};