Skip to content

Commit

Permalink
Merge pull request #1021 from lirik30/patch-1
Browse files Browse the repository at this point in the history
fix: import from lodash
  • Loading branch information
joelfmrodrigues authored Oct 2, 2021
2 parents 8242c7a + 196c666 commit a8473db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controls/pagination/Pagination.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from "react";
import { PrimaryButton, DefaultButton } from 'office-ui-fabric-react/lib/Button';
import styles from "./Pagination.module.scss";
import { isEqual } from "lodash";
import isEqual from "lodash/isEqual";
import * as telemetry from '../../common/telemetry';
import { Stack } from "office-ui-fabric-react/lib/Stack";

Expand Down

0 comments on commit a8473db

Please sign in to comment.