Remove useless imports in HAvatar and HNoticePage

This commit is contained in:
miruka
2020-07-09 13:06:36 -04:00
parent 7c213a5317
commit b6500add68
3 changed files with 1 additions and 4 deletions

View File

@@ -2,7 +2,6 @@
import QtQuick 2.12
import QtQuick.Controls 2.12
import "../Base"
Rectangle {
id: avatar

View File

@@ -2,7 +2,6 @@
import QtQuick 2.12
import QtQuick.Layouts 1.12
import "../Base"
HRowLayout {
property alias label: noticeLabel