From 84f88fe5a41d15c1f193ababfee9d97ed6c6eeda Mon Sep 17 00:00:00 2001 From: christalib Date: Sun, 20 Oct 2019 00:15:46 +0200 Subject: [PATCH] saving --- react/11/videos/src/components/App.js | 1 + 1 file changed, 1 insertion(+) 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

} }