mirror of
https://github.com/Noratrieb/brainfuck.git
synced 2026-01-16 06:15:02 +01:00
oops ts
This commit is contained in:
parent
3ee494fed9
commit
b30fa04dcc
14 changed files with 145 additions and 111 deletions
13
ibfi-ts/src/App.tsx
Normal file
13
ibfi-ts/src/App.tsx
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import './App.scss';
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<div className="App-header">
|
||||
<div className="bf-input">
|
||||
<textarea placeholder="Input your code here..."/>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default App;
|
||||
Loading…
Add table
Add a link
Reference in a new issue