mirror of
https://github.com/QuasarApp/Snake.git
synced 2025-05-14 02:19:44 +00:00
9 lines
136 B
QML
9 lines
136 B
QML
|
import QtQuick 2.9
|
||
|
import QtQuick.Controls.Material 2.0
|
||
|
import QtQuick.Controls 2.3
|
||
|
import QtQuick.Layouts 1.3
|
||
|
|
||
|
Image {
|
||
|
id: image
|
||
|
}
|