Skip to content

Commit 171b4b4

Browse files
committed
adding more languages
1 parent 8d3b052 commit 171b4b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/App.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ import runIcon from './images/icons/run.svg';
1111
import whiteboard24Regular from '@iconify/icons-fluent/whiteboard-24-regular';
1212
import Preview from './components/Preview';
1313

14+
15+
1416
function App() {
1517
const [textEditor, setTextEditor] = useState('input');
1618
const [output, setOutput] = useState('');

0 commit comments

Comments
 (0)