From c3845017e11f40faaa8fbfa9756725a7b3150f99 Mon Sep 17 00:00:00 2001
From: Hermann Blum <hermannsblum@yahoo.de>
Date: Sat, 27 Jan 2018 19:56:58 +0100
Subject: [PATCH] add missing import

---
 src/views/elements.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/views/elements.js b/src/views/elements.js
index 09bf019..90e37c3 100644
--- a/src/views/elements.js
+++ b/src/views/elements.js
@@ -1,3 +1,5 @@
+const m = require('mithril');
+
 export class inputGroup {
   constructor(vnode) {
     // Link the error-getting function from the binding
-- 
GitLab