|
|
@ -11,12 +11,13 @@ const NoFile = ({openFile}) => { |
|
|
|
<p> |
|
|
|
<p> |
|
|
|
<Easel className="big" /> |
|
|
|
<Easel className="big" /> |
|
|
|
</p> |
|
|
|
</p> |
|
|
|
<i>No presentation loaded</i><br /> |
|
|
|
<i>No presentation loaded. Drag in a <code>.md</code> file or</i><br /> |
|
|
|
<p> |
|
|
|
<p> |
|
|
|
<button onClick={openFile}><Folder2Open /> open</button> |
|
|
|
<button onClick={openFile}><Folder2Open /> open</button> |
|
|
|
</p> |
|
|
|
</p> |
|
|
|
</section> |
|
|
|
</section> |
|
|
|
<KeyboardControl openFile={openFile} /> |
|
|
|
<KeyboardControl openFile={openFile} /> |
|
|
|
|
|
|
|
<section className="titlebar"></section> |
|
|
|
</section> |
|
|
|
</section> |
|
|
|
); |
|
|
|
); |
|
|
|
}; |
|
|
|
}; |
|
|
|