mirror of https://github.com/vector-im/riot-web
Fix linter
parent
87dbc82a9f
commit
603a1c8ffb
|
@ -16,7 +16,7 @@
|
||||||
*/
|
*/
|
||||||
import React, { FunctionComponent, useEffect, useRef } from 'react';
|
import React, { FunctionComponent, useEffect, useRef } from 'react';
|
||||||
import dis from '../../../dispatcher/dispatcher';
|
import dis from '../../../dispatcher/dispatcher';
|
||||||
import ICanvasEffect from '../../../effects/ICanvasEffect';
|
import ICanvasEffect from '../../../effects/ICanvasEffect';
|
||||||
import {CHAT_EFFECTS} from '../../../effects'
|
import {CHAT_EFFECTS} from '../../../effects'
|
||||||
|
|
||||||
interface IProps {
|
interface IProps {
|
||||||
|
|
Loading…
Reference in New Issue