Fix linting errors

This commit is contained in:
Jerko Steiner 2020-01-09 19:24:51 +01:00
parent 15d2d66cd6
commit 5cbb3790ac
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
import { Button, Heading, Help, Input } from '../components'
import { Button, Heading, Input } from '../components'
import React from 'react'
import { FaCheck, FaEdit, FaPlusSquare } from 'react-icons/fa'
import { TeamActions, Team } from '@rondo.dev/common'

View File

@ -1,5 +1,5 @@
import { ReadonlyRecord, Team, TeamActions } from '@rondo.dev/common'
import { Button, Flex, Panel, PanelBlock, PanelHeading } from '../components'
import { Button, Panel, PanelBlock, PanelHeading } from '../components'
import React from 'react'
import { FaEdit, FaPlus, FaTimes } from 'react-icons/fa'
import { Link } from 'react-router-dom'

View File

@ -117,7 +117,7 @@ describe('TestUtils', () => {
})
describe('findOneByValue', () => {
// TODO
})
})