From c896691084bfc786dc1780ce36fd71e6f7ab9d60 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 27 Jun 2025 10:41:40 +0200 Subject: Migrate from react to svelte --- src/components/SimpleTest.tsx | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 src/components/SimpleTest.tsx (limited to 'src/components/SimpleTest.tsx') diff --git a/src/components/SimpleTest.tsx b/src/components/SimpleTest.tsx deleted file mode 100644 index cfabeab..0000000 --- a/src/components/SimpleTest.tsx +++ /dev/null @@ -1,32 +0,0 @@ -import { useState } from 'react'; - -export default function SimpleTest() { - const [count, setCount] = useState(0); - - return ( -
-

Simple Test Component

-
-

This is a simple React component to test if the infinite refresh is caused by the API calls.

-
- - {count} - -
-

- If this component works without refreshing, the issue is in the TaskManager API calls. -

-
-
- ); -} \ No newline at end of file -- cgit v1.3.1