From 25018a35f31b7644ff489b17c63cf833e23c4962 Mon Sep 17 00:00:00 2001
From: Julia Friesel <julia.friesel@gmail.com>
Date: Sat, 1 Sep 2018 23:49:18 +0200
Subject: [PATCH] Remove unused import

---
 components/cycle-day/symptoms/temperature.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/components/cycle-day/symptoms/temperature.js b/components/cycle-day/symptoms/temperature.js
index 6be71115..1e7c750b 100644
--- a/components/cycle-day/symptoms/temperature.js
+++ b/components/cycle-day/symptoms/temperature.js
@@ -17,7 +17,6 @@ import { scaleObservable } from '../../../local-storage'
 import { shared } from '../../labels'
 import ActionButtonFooter from './action-button-footer'
 import config from '../../../config'
-import { SymptomSectionHeader } from '../../app-text'
 import SymptomSection from './symptom-section'
 
 const minutes = ChronoUnit.MINUTES
-- 
GitLab