diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/Settings.qml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/Settings.qml b/app/Settings.qml index 256467b..bfcec3a 100644 --- a/app/Settings.qml +++ b/app/Settings.qml @@ -21,7 +21,6 @@ import QtQuick.Controls 2.0 import 'datetime' import 'bluetooth' import 'wifi' -import 'example' import 'version' ApplicationWindow { @@ -70,8 +69,6 @@ ApplicationWindow { Wifi {} -// Example {} - Version {} } } |