Skip to content

Commit

Permalink
Revert namespaced history import (remix-run#6288)
Browse files Browse the repository at this point in the history
  • Loading branch information
billyjanitsch authored and timdorr committed Aug 10, 2018
1 parent 2eab2f5 commit 562d3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-router/modules/Redirect.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react";
import PropTypes from "prop-types";
import warning from "warning";
import invariant from "invariant";
import { createLocation, locationsAreEqual } from "history/LocationUtils";
import { createLocation, locationsAreEqual } from "history";
import generatePath from "./generatePath";

/**
Expand Down

0 comments on commit 562d3d7

Please sign in to comment.