Denys Konovalov ab73609db6
All checks were successful
Website Prod/Test / Produktivumgebung (push) Successful in 18s
Website Prod/Test / Testumgebung (push) Successful in 12s
Website Dev / Entwicklungsumgebung (push) Successful in 17s
Add video-js shortcode (#308)
Reviewed-on: #308
2024-12-27 13:35:32 +01:00

20 lines
506 B
JavaScript

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";
import VideoShortcode from "./video.js";
import YoutubeShortcode from "./youtube.js";
export {
AudioShortcode,
CardShortcode,
DownloadShortcode,
GalleryShortcode,
ImageShortcode,
SliderShortcode,
VideoShortcode,
YoutubeShortcode,
};