aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/layout
diff options
context:
space:
mode:
authorLibravatar haraldox <hnaumann+github@gmail.com>2018-02-21 12:46:50 +0100
committerLibravatar haraldox <hnaumann+github@gmail.com>2018-02-21 12:46:50 +0100
commitfd36235fe44dd9c57669e1f529b9bb56774ece6b (patch)
tree6813016b3611d25570aa7f076b3ed1d84ccfefe6 /src/components/layout
parentfix CSS conflicts (diff)
downloadferdium-app-fd36235fe44dd9c57669e1f529b9bb56774ece6b.tar.gz
ferdium-app-fd36235fe44dd9c57669e1f529b9bb56774ece6b.tar.zst
ferdium-app-fd36235fe44dd9c57669e1f529b9bb56774ece6b.zip
fix observable template
Diffstat (limited to 'src/components/layout')
-rw-r--r--src/components/layout/AppLayout.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/layout/AppLayout.js b/src/components/layout/AppLayout.js
index 20fe61092..6162840be 100644
--- a/src/components/layout/AppLayout.js
+++ b/src/components/layout/AppLayout.js
@@ -6,7 +6,6 @@ import { TitleBar } from 'electron-react-titlebar';
6 6
7import InfoBar from '../ui/InfoBar'; 7import InfoBar from '../ui/InfoBar';
8import globalMessages from '../../i18n/globalMessages'; 8import globalMessages from '../../i18n/globalMessages';
9import Menu from '../../lib/Menu';
10 9
11function createMarkup(HTMLString) { 10function createMarkup(HTMLString) {
12 return { __html: HTMLString }; 11 return { __html: HTMLString };