From 035002ceedf78d5ec73eabc0df7f06139939b967 Mon Sep 17 00:00:00 2001 From: Amine El Mouafik <412895+kytwb@users.noreply.github.com> Date: Mon, 8 Feb 2021 10:34:45 +0100 Subject: Synchronize with Franz 5.6.0 (#1033) Co-authored-by: FranzBot Co-authored-by: vantezzen Co-authored-by: Makazzz Co-authored-by: Stefan Malzner Co-authored-by: Amine Mouafik --- src/routes.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/routes.js') diff --git a/src/routes.js b/src/routes.js index 9986cdde5..046e60cbb 100644 --- a/src/routes.js +++ b/src/routes.js @@ -24,6 +24,7 @@ import ChangeServerScreen from './containers/auth/ChangeServerScreen'; import SignupScreen from './containers/auth/SignupScreen'; import ImportScreen from './containers/auth/ImportScreen'; import PricingScreen from './containers/auth/PricingScreen'; +import SetupAssistentScreen from './containers/auth/SetupAssistantScreen'; import InviteScreen from './containers/auth/InviteScreen'; import AuthLayoutContainer from './containers/auth/AuthLayoutContainer'; import SubscriptionPopupScreen from './containers/subscription/SubscriptionPopupScreen'; @@ -80,6 +81,7 @@ export default @inject('stores', 'actions') @observer class Routes extends Compo + -- cgit v1.2.3-54-g00ecf