gcg-website/static/admin/shortcodes/index.js
2023-05-29 16:22:34 +02:00

18 lines
447 B
JavaScript

import GalleryShortcode from "./gallery.js";
import ImageShortcode from "./image.js";
import DownloadShortcode from "./download.js";
import CardShortcode from "./card.js";
import YoutubeShortcode from "./youtube.js";
import AudioShortcode from "./audio.js";
import SliderShortcode from "./slider.js";
export {
GalleryShortcode,
ImageShortcode,
DownloadShortcode,
CardShortcode,
YoutubeShortcode,
AudioShortcode,
SliderShortcode,
};