Denys Konovalov d2cfc2ed8f
All checks were successful
Website Dev / Entwicklungsumgebung (push) Successful in 22s
Website Pull Request / Pull-Request-Testbuild (pull_request) Successful in 43s
Add video-js shortcode
2024-12-27 13:33:53 +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,
};