This commit is contained in:
nora 2021-06-23 14:55:43 +02:00
parent 3ee494fed9
commit b30fa04dcc
14 changed files with 145 additions and 111 deletions

13
ibfi-ts/src/App.tsx Normal file
View 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;