diff options
author | polwex <polwex@sortug.com> | 2025-05-15 12:19:29 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-05-15 12:19:29 +0700 |
commit | 92139f14a92a535f123ad49a60498138dd2ec6cf (patch) | |
tree | 777f4541f41c2fba0bd30c6e6ec63f1ba78053ac /src/components/Main.tsx | |
parent | 1ae274a658d0a705b698a8873c286ec73403b1a6 (diff) |
m
Diffstat (limited to 'src/components/Main.tsx')
-rw-r--r-- | src/components/Main.tsx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/Main.tsx b/src/components/Main.tsx index ee8dbab..fc587e2 100644 --- a/src/components/Main.tsx +++ b/src/components/Main.tsx @@ -96,10 +96,10 @@ const SorlangPage: React.FC = () => { const [isPending, startTransition] = useTransition(); const onClick = () => { - startTransition(async() => { - const - }) - } + startTransition(async () => { + const lol = "lmao"; + }); + }; const handleExtractTextFromImage = async () => { if (!pastedImageFile) { alert("No image to extract text from!"); |