From 7569ac8bd58174095f3f897548e26d0ba905236c Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 21 Sep 2016 15:39:03 -0700 Subject: [feat] the setup wizard for the new ui --- ui/app/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/app/main.js') diff --git a/ui/app/main.js b/ui/app/main.js index b162895..8f42765 100644 --- a/ui/app/main.js +++ b/ui/app/main.js @@ -16,7 +16,7 @@ class Main extends React.Component { } componentDidMount() { - App.start() + App.initialize() } } -- cgit v1.2.3