diff --git a/components/app/index.jsx b/components/app/index.jsx index 35a1a73d..8790234d 100644 --- a/components/app/index.jsx +++ b/components/app/index.jsx @@ -8,7 +8,7 @@ const App = (props) => { } return ( -
+
{props.children}
); diff --git a/components/app_bar/index.jsx b/components/app_bar/index.jsx index ae65577d..f53601fe 100644 --- a/components/app_bar/index.jsx +++ b/components/app_bar/index.jsx @@ -8,7 +8,7 @@ const AppBar = (props) => { if (props.flat) className += ` ${style.flat}`; return ( -
+
{props.children}
); diff --git a/spec/root.jsx b/spec/root.jsx index f6e69aa2..388a668b 100644 --- a/spec/root.jsx +++ b/spec/root.jsx @@ -1,5 +1,6 @@ import React from 'react'; import App from '../components/app'; +import AppBar from '../components/app_bar'; import Autocomplete from './components/autocomplete'; import Button from './components/button'; import Card from './components/card'; @@ -22,8 +23,10 @@ import style from './style'; const Root = () => ( -

React Toolbox

-

Component Spec v0.10.20

+ +

React Toolbox

+ Component Spec v0.10.20 +