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,
};