diff --git a/src/serlo-editor/plugins/image/editor.tsx b/src/serlo-editor/plugins/image/editor.tsx index d57c5a1009..5c325e8ba0 100644 --- a/src/serlo-editor/plugins/image/editor.tsx +++ b/src/serlo-editor/plugins/image/editor.tsx @@ -1,4 +1,5 @@ import { faImages } from '@fortawesome/free-solid-svg-icons' +import clsx from 'clsx' import { useEffect, useRef, useState } from 'react' import type { ImageProps } from '.' @@ -73,7 +74,13 @@ export function ImageEditor(props: ImageProps) { /> ) : null} -