Skip to content

Commit 2e7e17c

Browse files
committed
build: relocated useMemoWithPrevious
1 parent 2c57417 commit 2e7e17c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/component/src/providers/ActivityLogicalGrouping/ActivityLogicalGroupingComposer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { useMemoWithPrevious } from '@msinternal/botframework-webchat-react-hooks';
12
import { memo, createElement, useCallback, useMemo, useState, type ReactNode } from 'react';
23
import { useRefFrom } from 'use-ref-from';
34

@@ -6,7 +7,6 @@ import ActivityLogicalGroupingContext, {
67
type LogicalGrouping,
78
type GroupState
89
} from './private/ActivityLogicalGroupingContext';
9-
import useMemoWithPrevious from '../../hooks/internal/useMemoWithPrevious';
1010

1111
type ActivityLogicalGroupingComposerProps = Readonly<{
1212
children?: ReactNode | undefined;

0 commit comments

Comments
 (0)