Skip to content

Commit

Permalink
fix import sort order
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsobrmlr committed Nov 19, 2024
1 parent 62d5030 commit 49fa19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/scenes/insights/views/WorldMap/WorldMap.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import './WorldMap.scss'

import { useActions, useValues } from 'kea'
import { BRAND_BLUE_HSL, gradateColor } from 'lib/utils'
import React, { HTMLProps, useEffect, useRef } from 'react'
import { formatAggregationAxisValue } from 'scenes/insights/aggregationAxisFormat'
import { insightLogic } from 'scenes/insights/insightLogic'
Expand All @@ -16,7 +17,6 @@ import { ensureTooltip } from '../LineGraph/LineGraph'
import { countryCodeToFlag, countryCodeToName } from './countryCodes'
import { countryVectors } from './countryVectors'
import { worldMapLogic } from './worldMapLogic'
import { BRAND_BLUE_HSL, gradateColor } from 'lib/utils'

/** The saturation of a country is proportional to its value BUT the saturation has a floor to improve visibility. */
const SATURATION_FLOOR = 0.2
Expand Down

0 comments on commit 49fa19f

Please sign in to comment.