Step 8.5: Move right panel context

This commit is contained in:
Travis Ralston 2022-03-24 15:35:01 -06:00
parent fe032ed942
commit 66401c844f
5 changed files with 23 additions and 4 deletions

View file

@ -22,8 +22,8 @@ import { _t } from "../../../languageHandler";
import AccessibleButton, { ButtonEvent } from "../elements/AccessibleButton";
import RightPanelStore from '../../../stores/right-panel/RightPanelStore';
import { backLabelForPhase } from '../../../stores/right-panel/RightPanelStorePhases';
import { CardContext } from './context';
export const CardContext = React.createContext({ isCard: false });
interface IProps {
header?: ReactNode;
footer?: ReactNode;