Skip to content

Commit be7c443

Browse files
committed
Fix test suite after entry file change
1 parent b514815 commit be7c443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { PureComponent } from 'react';
2-
import Calendar from 'react-calendar/src/entry.nostyle';
2+
import Calendar from 'react-calendar/src';
33
import 'react-calendar/src/Calendar.less';
44

55
import DateBonduariesOptions from './DateBonduariesOptions';

0 commit comments

Comments
 (0)