import QtQuick 2.13
import "../imports"
Rectangle {
id: separator
width: parent.width
height: 1
color: Theme.grey
anchors.topMargin: Theme.padding
}