import {Preview} from '@wisdom-cesium/krpano' const Krpano = props => { const {projectName} = props return (<div style={{ position : "relative", width : "100%", height : "100%" }} > <Preview projectName = {projectName}/> </div>) } export default Krpano