Skip to content

Commit

Permalink
fix(fsengage): Fix incorrect url-parse import
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-sankbeil authored and bweissbart committed Aug 3, 2018
1 parent 92e88d6 commit 3c023cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
// @ts-ignore TODO: Update react-native-google-analytics to support typing
} from '@brandingbrand/react-native-google-analytics';
import FSNetwork from '@brandingbrand/fsnetwork';
import * as parseURL from 'url-parse';
import parseURL from 'url-parse';
import AnalyticsProvider, {
App,
Checkout,
Expand Down

0 comments on commit 3c023cb

Please sign in to comment.