Skip to content

Commit

Permalink
remove .jsx extension from import (jquense#114)
Browse files Browse the repository at this point in the history
Fixes jquense#113 ? (I did not test but it definitively fixes that :) )
  • Loading branch information
jdeniau authored and jquense committed Jun 9, 2016
1 parent d826f58 commit c3b2b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TimeColumn.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import cn from 'classnames';

import dates from './utils/dates';

import TimeSlotGroup from './TimeSlotGroup.jsx'
import TimeSlotGroup from './TimeSlotGroup'

export default class TimeColumn extends Component {
static propTypes = {
Expand Down

0 comments on commit c3b2b88

Please sign in to comment.