Fix linting errors
This commit is contained in:
parent
15d2d66cd6
commit
5cbb3790ac
@ -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'
|
||||
|
||||
@ -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'
|
||||
|
||||
@ -117,7 +117,7 @@ describe('TestUtils', () => {
|
||||
})
|
||||
|
||||
describe('findOneByValue', () => {
|
||||
|
||||
// TODO
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user