import React, { useState } from 'react'; import { Link } from 'react-router'; import styled from 'styled-components'; import Header from '../../components/mobile/Header'; import Screen from '../../components/mobile/MobileScreen'; import { ExitIcon } from '../../common/Icons'; import { remSize } from '../../theme'; const Content = styled.div` z-index: 0; margin-top: ${remSize(48)}; `; const IconLinkWrapper = styled(Link)` width: 2rem; margin-right: 1.25rem; margin-left: none; `; const MobileSketchView = (props) => { const [overlay, setOverlay] = useState(null); return (

Hello

{/*

{selectedFile.name}

*/}
{/*
setOverlay('preferences')}> setOverlay('runSketch')}>
*/}

Hello

); }; export default MobileSketchView; // // } // fullView // isPlaying // isAccessibleOutputPlaying={false} // textOutput={false} // gridOutput={false} // soundOutput={false} // dispatchConsoleEvent={this.ident} // endSketchRefresh={this.ident} // previewIsRefreshing={false} // setBlobUrl={this.ident} // stopSketch={this.ident} // expandConsole={this.ident} // clearConsole={this.ident} // />