Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit ed1b78c

Browse files
author
Alun Turner
committed
remove unused import
1 parent 88840bf commit ed1b78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/rooms/wysiwyg_composer/components/PlainTextComposer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ limitations under the License.
1515
*/
1616

1717
import classNames from "classnames";
18-
import React, { MutableRefObject, ReactNode, useRef } from "react";
18+
import React, { MutableRefObject, ReactNode } from "react";
1919

2020
import { useComposerFunctions } from "../hooks/useComposerFunctions";
2121
import { useIsFocused } from "../hooks/useIsFocused";

0 commit comments

Comments
 (0)