diff --git a/react/11/videos/src/components/App.js b/react/11/videos/src/components/App.js index 401549b..d91f5d3 100644 --- a/react/11/videos/src/components/App.js +++ b/react/11/videos/src/components/App.js @@ -19,6 +19,7 @@ class App extends React.Component { return

I have: {this.state.videos.length} videos

+

Testing a minial theme

} }