import React from 'react'; import TaskLogsTable from "../../components/TaskLogsTable.js"; const Task = () => ( <> ); export default Task;