Skip to content

Commit

Permalink
Fix linter hint
Browse files Browse the repository at this point in the history
  • Loading branch information
linuspahl committed Oct 18, 2023
1 parent 33b73a5 commit 7f85fbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import styled, { css } from 'styled-components';

import 'react-day-picker/lib/style.css';

import { toDateObject, adjustFormat, isValidDate, toUTCFromTz } from 'util/DateTime';
import { toDateObject, adjustFormat, isValidDate } from 'util/DateTime';
import useUserDateTime from 'hooks/useUserDateTime';

const StyledDayPicker = styled(DayPicker)(({ theme }) => css`
Expand Down

0 comments on commit 7f85fbd

Please sign in to comment.