Skip to content

Commit

Permalink
Move ReactPanel to replay-experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Sep 28, 2023
1 parent 27beecc commit ad43bc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { getSourceIdsByUrl } from "ui/reducers/sources";
import { getCurrentTime } from "ui/reducers/timeline";
import { useAppDispatch, useAppSelector } from "ui/setup/hooks";

import MaterialIcon from "./shared/MaterialIcon";
import MaterialIcon from "../../../../src/ui/components/shared/MaterialIcon";
import cardsListStyles from "ui/components/Comments/CommentCardsList.module.css";
import styles from "./Events/Event.module.css";

Expand Down
2 changes: 1 addition & 1 deletion src/ui/components/SidePanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { useContext, useEffect, useMemo, useRef, useState } from "react";
import PrimaryPanes from "devtools/client/debugger/src/components/PrimaryPanes";
import SecondaryPanes from "devtools/client/debugger/src/components/SecondaryPanes";
import Accordion from "devtools/client/debugger/src/components/shared/Accordion";
import { ReactPanel } from "replay-experimental/src/components/ReactPanel";
import LazyOffscreen from "replay-next/components/LazyOffscreen";
import { FocusContext } from "replay-next/src/contexts/FocusContext";
import { isExecutionPointsWithinRange } from "replay-next/src/utils/time";
Expand All @@ -26,7 +27,6 @@ import EventsDropDownMenu from "./Events/EventsDropDownMenu";
import ReplayInfo from "./Events/ReplayInfo";
import Passport from "./Passport/Passport";
import ProtocolViewer from "./ProtocolViewer";
import { ReactPanel } from "./ReactPanel";
import Tour from "./Tour/Tour";
import styles from "src/ui/components/SidePanel.module.css";

Expand Down

0 comments on commit ad43bc2

Please sign in to comment.