diff --git a/packages/desktop-client/src/components/reports/LegendItem.tsx b/packages/desktop-client/src/components/reports/LegendItem.tsx index 80bb8c38ffa..534c1ae9bdf 100644 --- a/packages/desktop-client/src/components/reports/LegendItem.tsx +++ b/packages/desktop-client/src/components/reports/LegendItem.tsx @@ -1,4 +1,4 @@ -import React, { CSSProperties } from 'react'; +import React, { type CSSProperties } from 'react'; import { Text } from '../common/Text'; import { View } from '../common/View';