Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Sep 20, 2024
1 parent 1e545d5 commit d8ca9e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/desktop-client/src/components/select/DateSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import React, {
type MutableRefObject,
} from 'react';

import { css } from '@emotion/css';
import { parse, parseISO, format, subDays, addDays, isValid } from 'date-fns';
import Pikaday from 'pikaday';

Expand All @@ -35,8 +36,6 @@ import { View } from '../common/View';
import DateSelectLeft from './DateSelect.left.png';
import DateSelectRight from './DateSelect.right.png';

import { css } from '@emotion/css';

const pickerStyles = {
'& .pika-single.actual-date-picker': {
color: theme.calendarText,
Expand Down

0 comments on commit d8ca9e8

Please sign in to comment.