From d3563f578218e9d0743928d99f8dc3270f7b08d7 Mon Sep 17 00:00:00 2001
From: Dorian Goepp <dorian.goepp@gmail.com>
Date: Thu, 4 Apr 2019 13:42:05 +0200
Subject: [PATCH] Development configuration moves to the third version

---
 src/Board.js | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/Board.js b/src/Board.js
index 2e9c976..ffd04ec 100755
--- a/src/Board.js
+++ b/src/Board.js
@@ -14,9 +14,10 @@ import { RosMood, DemoMood } from './Mood'
 import DemoString from './String'
 
 // get the default configuration for the layout
-// import {flexlayout_json as json} from './demo-1-config'
+import {flexlayout_json as json} from './demo-1-config'
 // import {flexlayout_json as json} from './devel-1-config'
-import {flexlayout_json as json} from './devel-2-config'
+// import {flexlayout_json as json} from './devel-2-config'
+// import {flexlayout_json as json} from './devel-3-config'
 
 // CSS
 import './Common.css'
-- 
GitLab