summaryrefslogtreecommitdiff
path: root/src/components/Main.tsx
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-05-15 12:19:29 +0700
committerpolwex <polwex@sortug.com>2025-05-15 12:19:29 +0700
commit92139f14a92a535f123ad49a60498138dd2ec6cf (patch)
tree777f4541f41c2fba0bd30c6e6ec63f1ba78053ac /src/components/Main.tsx
parent1ae274a658d0a705b698a8873c286ec73403b1a6 (diff)
m
Diffstat (limited to 'src/components/Main.tsx')
-rw-r--r--src/components/Main.tsx8
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!");