Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Feb 9, 2023
1 parent b650bff commit 11fc5cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { useParams } from 'react-router-dom'
import { useQuery } from '@apollo/client'
import { DURATIONS } from 'utils/time'
import RangePicker from 'components/utils/RangePicker'
import { Div, Flex } from 'honorable'
import { Flex } from 'honorable'
import { Graph } from 'components/utils/Graph'
import { filesize } from 'filesize'
import GraphHeader from 'components/utils/GraphHeader'
Expand Down

0 comments on commit 11fc5cb

Please sign in to comment.