Fix lint issues
This commit is contained in:
parent
db6d496853
commit
50fc52f871
1 changed files with 2 additions and 3 deletions
|
@ -1,12 +1,11 @@
|
|||
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
||||
// See LICENSE.txt for license information.
|
||||
import React, {useEffect} from 'react'
|
||||
import {useEffect} from 'react'
|
||||
|
||||
import {IBlock} from '../blocks/block'
|
||||
import octoClient from '../octoClient'
|
||||
import {OctoListener} from '../octoListener'
|
||||
import {MutableCardTree} from '../viewModel/cardTree'
|
||||
import {Utils} from '../utils'
|
||||
import {IBlock} from '../blocks/block'
|
||||
|
||||
export default function useCardListener(cardId:string, onChange: (blocks: IBlock[]) => void, onReconnect: () => void): void {
|
||||
let cardListener: OctoListener | null = null
|
||||
|
|
Loading…
Reference in a new issue