Skip to content

Commit

Permalink
add missing lodash
Browse files Browse the repository at this point in the history
  • Loading branch information
guidone committed Feb 7, 2025
1 parent 098b08f commit ed007c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions react-rsuite5/array/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React from 'react';
import { Form } from 'rsuite';
import _ from 'lodash';

import { RequiredIcon } from '../../components/required-icon';
import { I18N } from '../../components/i18n';
Expand Down
1 change: 1 addition & 0 deletions react-rsuite5/checkbox-group/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React from 'react';
import { Form, Checkbox, CheckboxGroup } from 'rsuite';
import _ from 'lodash';

import { I18N } from '../../components/i18n';
import { i18nOptions } from '../../helpers/i18n-options';
Expand Down
1 change: 1 addition & 0 deletions react-rsuite5/radio-group/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React from 'react';
import { Form, Radio, RadioGroup } from 'rsuite';
import _ from 'lodash';

import { I18N } from '../../components/i18n';
import { RequiredIcon } from '../../components/required-icon';
Expand Down

0 comments on commit ed007c2

Please sign in to comment.