Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit d5ccba1

Browse files
committed
updated imports
1 parent fd106b4 commit d5ccba1

File tree

3 files changed

+3432
-1
lines changed

3 files changed

+3432
-1
lines changed

src/components/views/messages/MessageActionBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import { ALTERNATE_KEY_NAME } from "../../../accessibility/KeyboardShortcuts";
4848
import { UserTab } from '../dialogs/UserTab';
4949
import { Action } from '../../../dispatcher/actions';
5050
import SdkConfig from "../../../SdkConfig";
51-
import useFavouriteMessages from '../../../contexts/useFavouriteMessages';
51+
import useFavouriteMessages from '../../../hooks/useFavouriteMessages';
5252

5353
interface IOptionsButtonProps {
5454
mxEvent: MatrixEvent;
File renamed without changes.

0 commit comments

Comments
 (0)