Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstotsky committed Aug 7, 2024
1 parent bf753f4 commit e265b90
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/WeightedAverages/WeightedAverages.columns.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import React from 'react'
import { Cell } from '@blueprintjs/table'

import { formatAmount, fixedFloat } from 'ui/utils'
import { getCell, getCellState, getColumnWidth, getTooltipContent } from 'utils/columns'
import { getCell, getCellState, getColumnWidth } from 'utils/columns'

export const getColumns = ({
t,
Expand Down

0 comments on commit e265b90

Please sign in to comment.