Skip to content

Commit d62a47b

Browse files
committed
refactor: Update lodash import for consistency and clarity
1 parent 199c76a commit d62a47b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/SummaryTemplate.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ../components/SummaryTemplate.tsx
22
import { useState, useEffect, useMemo, useRef } from "react";
33
import { debounce } from 'lodash';
4-
import isEqual from "lodash/isEqual";
4+
import { isEqual } from "lodash";
55
import styles from '../styles/summarytemplate.module.css';
66
import { useMyVariable } from '../context/MyVariableContext';
77
import SummaryMeetingInfo from './SummaryMeetingInfo'

0 commit comments

Comments
 (0)