diff --git a/components/flow.tsx b/components/flow.tsx index 855cdaae..02a97b68 100644 --- a/components/flow.tsx +++ b/components/flow.tsx @@ -36,7 +36,7 @@ interface TaskWithDate extends Task { validDate?: Date; } -export function Flow() { +export function Duties() { const [tasks, setTasks] = useState([]); const [error, setError] = useState(null); const [loading, setLoading] = useState(true); @@ -210,7 +210,7 @@ export function Flow() { return ( - Flow + Duties