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 dis from '../../../dispatcher/dispatcher';
|
||||
import ICanvasEffect from '../../../effects/ICanvasEffect';
|
||||
import ICanvasEffect from '../../../effects/ICanvasEffect';
|
||||
import {CHAT_EFFECTS} from '../../../effects'
|
||||
|
||||
interface IProps {
|
||||
|
|
Loading…
Reference in New Issue