Move QML components in the components directory

This commit is contained in:
Vyn 2024-08-13 11:02:37 +02:00
parent 988fc539ef
commit f8be14bcf8
10 changed files with 9 additions and 10 deletions

View file

@ -0,0 +1,13 @@
/*
* Mirai. Copyright (C) 2024 Vyn
* This file is licensed under version 3 of the GNU General Public License (GPL-3.0-only)
* The license can be found in the LICENSE file or at https://www.gnu.org/licenses/gpl-3.0.txt
*/
import QtQuick
import QtQuick.Controls
import Mirai
Text {
color: colorPalette.selected.text
}