+
+
Settings
+
Manage system and account settings
+
+
+
+
+ System
+
+
+
+ Account
+
+
+
+
+
+
+
+ )
+}
diff --git a/frontend/src/pages/Tasks.tsx b/frontend/src/pages/Tasks.tsx
new file mode 100644
index 00000000..bc0411b2
--- /dev/null
+++ b/frontend/src/pages/Tasks.tsx
@@ -0,0 +1,44 @@
+import { Link, Outlet, useLocation } from 'react-router-dom'
+
+export default function Tasks() {
+ const location = useLocation()
+
+ const isActive = (path: string) => location.pathname === path
+
+ return (
+