|
|
|
@ -7,7 +7,6 @@ export interface RemixUiMainPanelProps { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
export const RemixUiMainPanel = (props: RemixUiMainPanelProps) => { |
|
|
|
|
const darkTheme = ['Dark', 'Black', 'Cyborg'] |
|
|
|
|
|
|
|
|
|
const [invertNumber, setInvertNumber] = useState(0) |
|
|
|
|
|
|
|
|
@ -19,8 +18,7 @@ export const RemixUiMainPanel = (props: RemixUiMainPanelProps) => { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return ( |
|
|
|
|
<div className="plugItIn_2byTty" style={{ display: "block" }}> |
|
|
|
|
{console.log({ props })} |
|
|
|
|
<div className="plugItIn_2byTty" style={{ display: "block" }} data-id="mainPanelPluginsContainer" id='mainPanelPluginsContainer-id'> |
|
|
|
|
<div data-id="landingPageHomeContainer" className="homeContainer d-flex" style={{ height: "100%", width: "100%", border: "0px", display: "block" }}> |
|
|
|
|
<div className="mainContent_2A2Ew bg-light"> |
|
|
|
|
<div className="d-flex justify-content-between"> |
|
|
|
|