Fix input for FacebookShareButton

This commit is contained in:
Tim Daubenschütz 2016-01-19 09:10:33 +01:00
parent 7f1e4ce0db
commit 3984469f38
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
import React from 'react';
import FacebookHandler from '../../third_party/facebook';
import FacebookHandler from '../../third_party/facebook_handler';
import AppConstants from '../../constants/application_constants';