Skip to content

Commit 31f68fe

Browse files
committed
lint fix
1 parent 8b1329b commit 31f68fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/calendar/day/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import memoize from 'memoize-one';
55

66
import React, {Component} from 'react';
77

8-
import {shouldUpdate, extractComponentProps} from '../../component-updater';
8+
import {shouldUpdate} from '../../component-updater';
99
import dateutils from '../../dateutils';
1010
import {xdateToData} from '../../interface';
1111
import {SELECT_DATE_SLOT} from '../../testIDs';

0 commit comments

Comments
 (0)