aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth/Pricing.js
diff options
context:
space:
mode:
authorLibravatar haraldox <hnaumann+github@gmail.com>2018-01-19 10:05:51 +0100
committerLibravatar haraldox <hnaumann+github@gmail.com>2018-01-19 10:05:51 +0100
commit7c8782e2a1db34efa8b4ae8160c1041d71448432 (patch)
tree20e6f2158c28d8993f2967c8920ba5c53ac954f7 /src/components/auth/Pricing.js
parentfix property change due to mobx-react-form update (diff)
downloadferdium-app-7c8782e2a1db34efa8b4ae8160c1041d71448432.tar.gz
ferdium-app-7c8782e2a1db34efa8b4ae8160c1041d71448432.tar.zst
ferdium-app-7c8782e2a1db34efa8b4ae8160c1041d71448432.zip
change directory structure for subscription
move to own sub-folders `subscription`
Diffstat (limited to 'src/components/auth/Pricing.js')
-rw-r--r--src/components/auth/Pricing.js2
1 files changed, 1 insertions, 1 deletions
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';
7// import Button from '../ui/Button'; 7// import Button from '../ui/Button';
8import Loader from '../ui/Loader'; 8import Loader from '../ui/Loader';
9import Appear from '../ui/effects/Appear'; 9import Appear from '../ui/effects/Appear';
10import SubscriptionForm from '../../containers/ui/SubscriptionFormScreen'; 10import SubscriptionForm from '../../containers/subscription/SubscriptionFormScreen';
11 11
12const messages = defineMessages({ 12const messages = defineMessages({
13 headline: { 13 headline: {