9 lines
115 B
QML
9 lines
115 B
QML
// Copyright (c) Daniel Gakwaya.
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
import QtQuick
|
|
|
|
Rectangle {
|
|
color: "green"
|
|
}
|