diff --git a/templates/website/src/app/_components/Media/index.tsx b/templates/website/src/app/_components/Media/index.tsx index d62c806ba..436cbe059 100644 --- a/templates/website/src/app/_components/Media/index.tsx +++ b/templates/website/src/app/_components/Media/index.tsx @@ -1,4 +1,4 @@ -import React, { ElementType, Fragment } from 'react' +import React, { Fragment } from 'react' import { Image } from './Image' import { Props } from './types' @@ -20,10 +20,8 @@ export const Media: React.FC = props => { : {})} > {isVideo ? ( - // @ts-expect-error