diff --git a/shared/editor/components/Video.tsx b/shared/editor/components/Video.tsx index a0e4ad65f..c14275c9c 100644 --- a/shared/editor/components/Video.tsx +++ b/shared/editor/components/Video.tsx @@ -1,5 +1,6 @@ import * as React from "react"; import styled from "styled-components"; +import { sanitizeUrl } from "@shared/utils/urls"; import { ComponentProps } from "../types"; import { ResizeLeft, ResizeRight } from "./ResizeHandle"; import useComponentSize from "./hooks/useComponentSize"; @@ -52,7 +53,7 @@ export default function Video(props: Props) { style={style} >