mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 11:47:46 +00:00
10 lines
No EOL
238 B
QML
10 lines
No EOL
238 B
QML
// SPDX-FileCopyrightText: 2023 Joshua Goins <josh@redstrate.com>
|
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
import org.kde.kirigamiaddons.formcard as FormCard
|
|
|
|
import org.kde.coreaddons
|
|
|
|
FormCard.AboutPage {
|
|
aboutData: AboutData
|
|
} |