pull/21833/head
Michael Telatynski 2020-12-27 21:46:56 +00:00
parent ce5b244a24
commit 7af1471052
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
import React, {ReactChildren, ReactNode, useContext, useRef, useState} from 'react';
import React, {useContext, useRef, useState} from 'react';
import {EventType} from 'matrix-js-sdk/src/@types/event';
import classNames from 'classnames';