Skip to content

Commit 8042201

Browse files
committed
remove unused variable
1 parent 09cd0c1 commit 8042201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Calendar.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import {
3131
extractUrls,
3232
replaceUrlsWithAnchorTags,
3333
} from '../utils/url-to-link';
34-
import { getAspectRatio, getInitialView, isBrowser, isMinWidth } from '../utils/view-size';
34+
import { getAspectRatio, getInitialView, isMinWidth } from '../utils/view-size';
3535

3636
function Calendar() {
3737
const calendarRef = createRef();

0 commit comments

Comments
 (0)