Skip to content

Commit

Permalink
feat(lodash): update import chain function
Browse files Browse the repository at this point in the history
  • Loading branch information
harryandriyan committed May 6, 2022
1 parent b61cb31 commit b59b9a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 1 addition & 2 deletions admin-ui/app/colors.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import chain from 'lodash/chain';
import pick from 'lodash/pick';
import { chain, pick } from 'lodash';

import colors from './colors.scss';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import React from 'react';
import v4 from 'uuid/v4';
import chain from 'lodash/chain';
import random from 'lodash/random';
import mapValues from 'lodash/mapValues';
import {
chain,
random,
mapValues
} from 'lodash';

import {
Container,
Expand Down

0 comments on commit b59b9a4

Please sign in to comment.