Skip to content

Commit

Permalink
docs: update imports in examples (jquense#1361)
Browse files Browse the repository at this point in the history
  • Loading branch information
vzvu3k6k authored and jquense committed Jul 11, 2019
1 parent 74a2233 commit b54a0bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/demos/basic.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react'
import { Calendar, Views } from 'react-big-calendar'
import events from '../events'
import dates from '../../src/utils/dates'
import * as dates from '../../src/utils/dates'

let allViews = Object.keys(Views).map(k => Views[k])

Expand Down
2 changes: 1 addition & 1 deletion examples/demos/customView.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react'

import dates from 'date-arithmetic'
import * as dates from 'date-arithmetic'
import events from '../events'
import { Calendar, Views, Navigate } from 'react-big-calendar'
import TimeGrid from 'react-big-calendar/lib/TimeGrid'
Expand Down

0 comments on commit b54a0bb

Please sign in to comment.