fix(Project): remove spacing between task group list and add new task list component

This commit is contained in:
Jordan Knott 2021-04-28 15:08:50 -05:00
parent 29b7c028ca
commit 3392b3345d
2 changed files with 2 additions and 5 deletions

View File

@ -20,15 +20,13 @@ import App from './App';
// https://able.bio/AnasT/apollo-graphql-async-access-token-refresh--470t1c8
dayjs.extend(isSameOrAfter);
enableMapSet();
dayjs.extend(isSameOrAfter);
dayjs.extend(weekday);
dayjs.extend(isBetween);
dayjs.extend(customParseFormat);
enableMapSet();
dayjs.extend(updateLocale);
dayjs.updateLocale('en', {
week: {
dow: 1, // First day of week is Monday

View File

@ -1,7 +1,6 @@
import styled from 'styled-components';
export const Container = styled.div`
flex: 1;
user-select: none;
white-space: nowrap;