Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhixzhan committed Nov 4, 2020
1 parent c052e45 commit fb246eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/** @jsx jsx */
import { jsx, css } from '@emotion/core';
import { isEmpty } from 'lodash';
import isEmpty from 'lodash/isEmpty';
import { useRecoilValue } from 'recoil';

import { dispatcherState } from '../../recoilModel';
Expand Down

0 comments on commit fb246eb

Please sign in to comment.