Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
George Schneeloch committed May 20, 2019
1 parent 2854ab0 commit c30caf6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions static/js/containers/pages/CheckoutPage.js
Expand Up @@ -11,10 +11,9 @@ import {
calculateDiscount,
calculatePrice,
formatPrice,
formatRunTitle,
formatErrors
formatRunTitle
} from "../../lib/ecommerce"
import { createCyberSourceForm } from "../../lib/form"
import { createCyberSourceForm, formatErrors } from "../../lib/form"

import type { Response } from "redux-query"
import type { Location } from "react-router"
Expand Down

0 comments on commit c30caf6

Please sign in to comment.