From 7c8782e2a1db34efa8b4ae8160c1041d71448432 Mon Sep 17 00:00:00 2001 From: haraldox Date: Fri, 19 Jan 2018 10:05:51 +0100 Subject: change directory structure for subscription move to own sub-folders `subscription` --- src/components/auth/Pricing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/auth/Pricing.js') diff --git a/src/components/auth/Pricing.js b/src/components/auth/Pricing.js index 761561a89..3cc8d5f6b 100644 --- a/src/components/auth/Pricing.js +++ b/src/components/auth/Pricing.js @@ -7,7 +7,7 @@ import { defineMessages, intlShape } from 'react-intl'; // import Button from '../ui/Button'; import Loader from '../ui/Loader'; import Appear from '../ui/effects/Appear'; -import SubscriptionForm from '../../containers/ui/SubscriptionFormScreen'; +import SubscriptionForm from '../../containers/subscription/SubscriptionFormScreen'; const messages = defineMessages({ headline: { -- cgit v1.2.3-54-g00ecf