Skip to content

Commit

Permalink
fix missing React import
Browse files Browse the repository at this point in the history
  • Loading branch information
echenley committed Apr 19, 2016
1 parent c97c4a1 commit c3b9660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/components/PostDeleteLink.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

import { PropTypes } from 'react';
import React, { PropTypes } from 'react';
import Actions from '../actions/Actions';

const PostDeleteLink = ({ post }) => (
Expand Down

0 comments on commit c3b9660

Please sign in to comment.