File tree Expand file tree Collapse file tree 5 files changed +3
-3
lines changed Expand file tree Collapse file tree 5 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import classNames from "classnames";
13
13
14
14
import MemberAvatar from "../avatars/MemberAvatar" ;
15
15
import AccessibleButton , { ButtonEvent } from "./AccessibleButton" ;
16
- import { useToggled } from "../rooms/RoomHeader/highlight /useToggled" ;
16
+ import { useToggled } from "../rooms/RoomHeader/toggle /useToggled" ;
17
17
import { RightPanelPhases } from "../../../stores/right-panel/RightPanelStorePhases" ;
18
18
19
19
interface IProps extends Omit < HTMLAttributes < HTMLDivElement > , "onChange" > {
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ import { MainSplitContentType } from "../../../structures/RoomView.tsx";
52
52
import defaultDispatcher from "../../../../dispatcher/dispatcher.ts" ;
53
53
import { RoomSettingsTab } from "../../dialogs/RoomSettingsDialog.tsx" ;
54
54
import { useScopedRoomContext } from "../../../../contexts/ScopedRoomContext.tsx" ;
55
- import { ToggleableIcon } from "./highlight /ToggleableIcon.tsx" ;
55
+ import { ToggleableIcon } from "./toggle /ToggleableIcon.tsx" ;
56
56
import { CurrentRightPanelPhaseContextProvider } from "../../../../contexts/CurrentRightPanelPhaseContext.tsx" ;
57
57
58
58
export default function RoomHeader ( {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import { NotificationLevel } from "../../../../stores/notifications/Notification
18
18
import { RightPanelPhases } from "../../../../stores/right-panel/RightPanelStorePhases" ;
19
19
import { SDKContext } from "../../../../contexts/SDKContext" ;
20
20
import { ButtonEvent } from "../../elements/AccessibleButton" ;
21
- import { ToggleableIcon } from "./highlight /ToggleableIcon" ;
21
+ import { ToggleableIcon } from "./toggle /ToggleableIcon" ;
22
22
23
23
/**
24
24
* Display a button to toggle timeline for video rooms
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments