Skip to content

Commit

Permalink
Update Oberservable import path
Browse files Browse the repository at this point in the history
  • Loading branch information
caleballdrin committed Dec 6, 2024
1 parent 3a06d5d commit 419eb68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import brandedAnalyticsFactory from '../../branded/analytics/branded-analytics.f
import { FEE_DERIVATIVE } from 'common/components/paymentMethods/coverFees/coverFees.component'

import template from './branded-checkout-step-1.tpl.html'
import { Observable } from 'rxjs'
import { Observable } from 'rxjs/Observable'
import checkoutErrorMessages from 'app/checkout/checkout-error-messages/checkout-error-messages.component'

const componentName = 'brandedCheckoutStep1'
Expand Down

0 comments on commit 419eb68

Please sign in to comment.