Progress
This commit is contained in:
11
client/src/pages/tasks/tasks.page.component.jsx
Normal file
11
client/src/pages/tasks/tasks.page.component.jsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from "react";
|
||||
import TaskListContainer from "../../components/task-list/task-list.container.jsx";
|
||||
|
||||
export default function TasksPageComponent({bodyshop, currentUser}) {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<TaskListContainer />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user