Skip to content

Commit 729d05f

Browse files
authored
fix: remove unused useMemo (#228)
1 parent 2581588 commit 729d05f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/range-slider/range-slider.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useMemo } from 'react';
1+
import React from 'react';
22
import { Range as RCRangeSlider } from 'rc-slider';
33
import { FlexProps, Flex } from 'rebass';
44
import { useTheme } from 'emotion-theming';

0 commit comments

Comments
 (0)