20 lines
506 B
JavaScript
Raw Normal View History

2024-12-27 13:33:53 +01:00
import AudioShortcode from "./audio.js";
import CardShortcode from "./card.js";
import DownloadShortcode from "./download.js";
import GalleryShortcode from "./gallery.js";
import ImageShortcode from "./image.js";
import SliderShortcode from "./slider.js";
2024-12-27 13:33:53 +01:00
import VideoShortcode from "./video.js";
import YoutubeShortcode from "./youtube.js";
export {
2024-12-27 13:33:53 +01:00
AudioShortcode,
CardShortcode,
DownloadShortcode,
2023-05-29 16:22:34 +02:00
GalleryShortcode,
ImageShortcode,
SliderShortcode,
2024-12-27 13:33:53 +01:00
VideoShortcode,
YoutubeShortcode,
};