This commit is contained in:
amy 2024-09-27 10:44:38 +03:30
parent 5c52f21c36
commit de77c0d6d8
4 changed files with 9 additions and 2 deletions

View file

@ -8,6 +8,8 @@ export default function App() {
let ref!: HTMLTextAreaElement;
return token !== "" ? <div class='reviewOuterparent'>
<div class='reviewParent'>
<img src="../fjonkie.png" alt="" />
<span>(it doesnt)</span>
<textarea
ref={ref}
onKeyPress={async (e) => {