|
|
@ -2,8 +2,10 @@ import React from 'react' |
|
|
|
|
|
|
|
const Rightcenter = () => { |
|
|
|
return ( |
|
|
|
<><div style={{ width: /* width || */ "100%", height: /* height || */ "30%" }}> |
|
|
|
</div></> |
|
|
|
<> |
|
|
|
<div style={{ width: /* width || */ "100%", height: /* height || */ "30%" }}> |
|
|
|
</div> |
|
|
|
</> |
|
|
|
) |
|
|
|
} |
|
|
|
export default Rightcenter |