import QtQuick import qs import qs.reusables Item { id: root implicitWidth: 300 implicitHeight: 300 CustomText { text: "I am the Matugen page" } }