Merge branch 'develop' into feature/1483_long_messages

This commit is contained in:
Knut Sveidqvist
2020-07-02 18:25:49 +02:00
9 changed files with 2031 additions and 605 deletions

View File

@@ -52,6 +52,7 @@ import journeyRenderer from './diagrams/user-journey/journeyRenderer';
import configApi from './config';
const themes = {};
for (const themeName of ['default', 'forest', 'dark', 'neutral']) {
themes[themeName] = require(`./themes/${themeName}/index.scss`);
}