From f1244c1af734cea490f8ad2db432cb6824605f02 Mon Sep 17 00:00:00 2001 From: Lachlan Kermode Date: Tue, 30 Apr 2019 14:17:40 +0100 Subject: [PATCH] reorder sections, slightly improve example.config.js --- example.config.js | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/example.config.js b/example.config.js index 27ae9e4..09bbc8e 100644 --- a/example.config.js +++ b/example.config.js @@ -34,14 +34,15 @@ module.exports = { new Date(2018, 1, 6, 23) ] } - } - }, - ui: { - style: { - categories: {}, - shapes: {}, - narratives: {}, - selectedEvent: {} + }, + ui: { + style: { + categories: {}, + shapes: {}, + narratives: {}, + selectedEvent: {} + } } } + }