From 392f534118bbe1302acbe623b0b940670ea3f093 Mon Sep 17 00:00:00 2001 From: Gregory Kan Date: Thu, 13 Jul 2017 13:33:47 +1200 Subject: [PATCH 1/7] feat(navigation): scaffolded basic files --- app/components/Navigation.js | 13 +++++++++++++ app/stories/Navigation.js | 9 +++++++++ app/stories/index.js | 1 + app/styles/Navigation.js | 3 +++ 4 files changed, 26 insertions(+) create mode 100644 app/components/Navigation.js create mode 100644 app/stories/Navigation.js create mode 100644 app/styles/Navigation.js diff --git a/app/components/Navigation.js b/app/components/Navigation.js new file mode 100644 index 0000000..c41fda2 --- /dev/null +++ b/app/components/Navigation.js @@ -0,0 +1,13 @@ +import React from 'react' +import AppBar from 'material-ui/AppBar' + +function AppBarWithIcon () { + return ( +