Files
2025-09-28 17:05:51 +08:00

9 lines
113 B
QML

// Copyright (c) Daniel Gakwaya.
// SPDX-License-Identifier: MIT
import QtQuick
Rectangle {
color: "red"
}