- Progress Commit

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-03-20 18:18:24 -04:00
parent 27c24619c3
commit f31ae9ac6d
11 changed files with 488 additions and 98 deletions

View File

@@ -5,7 +5,7 @@ export default function TasksPageComponent({bodyshop, currentUser}) {
return (
<div>
<TaskListContainer />
<TaskListContainer bodyshop={bodyshop} currentUser={currentUser} />
</div>
);
}