Rename tabs to Inbox, Contacts, Insights
This commit is contained in:
12
front/src/pages/inbox/Inbox.tsx
Normal file
12
front/src/pages/inbox/Inbox.tsx
Normal file
@ -0,0 +1,12 @@
|
||||
import FullWidthContainer from '../../layout/containers/FullWidthContainer';
|
||||
import TaskList from './TaskList';
|
||||
|
||||
function Inbox() {
|
||||
return (
|
||||
<FullWidthContainer>
|
||||
<TaskList />
|
||||
</FullWidthContainer>
|
||||
);
|
||||
}
|
||||
|
||||
export default Inbox;
|
||||
Reference in New Issue
Block a user