Skip to content

Commit afd3e17

Browse files
committed
Fixed missing lodash imports
1 parent c5252cf commit afd3e17

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/components/Body.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import _ from 'lodash';
12
import React, { useRef, useEffect } from 'react';
23
import { Loader, Tbody, Tr, Td, Div } from '../styled-components';
34
import { Body as Renderers } from './Renderer';

src/components/Editable.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import _ from 'lodash';
12
import React, { Fragment } from 'react';
23
import { Button } from '../styled-components';
34
import { TOGGLE_EDITABLE } from '../constants';

src/components/Filters.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import _ from 'lodash';
12
import React from 'react';
23
import { Tr, Td, Thead, Div } from '../styled-components';
34
import { getStyles, getRenderer } from '../utils';

0 commit comments

Comments
 (0)