We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d3b052 commit 171b4b4Copy full SHA for 171b4b4
src/App.js
@@ -11,6 +11,8 @@ import runIcon from './images/icons/run.svg';
11
import whiteboard24Regular from '@iconify/icons-fluent/whiteboard-24-regular';
12
import Preview from './components/Preview';
13
14
+
15
16
function App() {
17
const [textEditor, setTextEditor] = useState('input');
18
const [output, setOutput] = useState('');
0 commit comments