Skip to content

Commit

Permalink
Fix typo in import
Browse files Browse the repository at this point in the history
  • Loading branch information
sorja committed Oct 16, 2024
1 parent 169121f commit 0938a2c
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ import { ChartColor } from 'meta/chart'
import { DashboardItemType } from 'meta/dashboard'
import { DashboardPieChart } from 'meta/dashboard/dashboard'

import { getTable } from 'client/pages/CountryHome/Overview/meta/utils'
import { RowsMetadata } from 'client/pages/CountryHome/Overview/meta/utils/rowsMetadata'
import { unit } from 'client/pages/CountryHome/Overview/meta/utils/unit'
import { getTable, RowsMetadata } from '../utils'
import { unit } from '../utils/unit'

const cols: Record<string, Array<string>> = {
'2020': ['2020'],
Expand Down

0 comments on commit 0938a2c

Please sign in to comment.