import React from "react";
import Video from "@sc/plugins/webcomponents/v2/Video";
export default {
title: "Plugins|Web Components/Exists/Video",
component: Video,
};
export const Default = () => (
);
export const InTheEditor: React.FC = () => {
return (
);
};