Skip to content

Commit 2d8f9f5

Browse files
authored
Fix lodash import to "single method" (#1502)
1 parent e7fe355 commit 2d8f9f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/Form/Inputs/InputFilters/InputFilters.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
import styled from 'styled-components'
2828
import React, { FC, useState, useRef } from 'react'
29-
import { partition } from 'lodash'
29+
import partition from 'lodash/partition'
3030
import { Select } from '../Select'
3131
import { InputText } from '../InputText'
3232
import { Icon } from '../../../Icon'

0 commit comments

Comments
 (0)