Skip to content

Commit 196c666

Browse files
author
Kiryl Shchasny
authored
fix: import from lodash
Fix lodash import statement to prevent importing the whole library
1 parent c8b2ce8 commit 196c666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controls/pagination/Pagination.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as React from "react";
22
import { PrimaryButton, DefaultButton } from 'office-ui-fabric-react/lib/Button';
33
import styles from "./Pagination.module.scss";
4-
import { isEqual } from "lodash";
4+
import isEqual from "lodash/isEqual";
55
import * as telemetry from '../../common/telemetry';
66
import { Stack } from "office-ui-fabric-react/lib/Stack";
77

0 commit comments

Comments
 (0)