Fix linter

pull/21833/head
Travis Ralston 2020-12-07 15:37:26 -07:00
parent 87dbc82a9f
commit 603a1c8ffb
1 changed files with 1 additions and 1 deletions

View File

@ -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 {