From 5ce1a4368bafbd2ed50b1953658fca285cfd349b Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Thu, 24 Mar 2016 20:04:40 -0400 Subject: Refactoring center panel away. Moving tutorial to a route. Fixing a bunch of bugs. --- webapp/components/tutorial/tutorial_view.jsx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 webapp/components/tutorial/tutorial_view.jsx (limited to 'webapp/components/tutorial/tutorial_view.jsx') diff --git a/webapp/components/tutorial/tutorial_view.jsx b/webapp/components/tutorial/tutorial_view.jsx new file mode 100644 index 000000000..d9e0ef40d --- /dev/null +++ b/webapp/components/tutorial/tutorial_view.jsx @@ -0,0 +1,19 @@ +// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved. +// See License.txt for license information. + +import React from 'react'; + +import TutorialIntroScreens from './tutorial_intro_screens.jsx'; + +export default class TutorialView extends React.Component { + render() { + return ( +
+ +
+ ); + } +} -- cgit v1.2.3-1-g7c22