import QtQuick
import FluentUI

FluViewModel {
    objectName: "TextBoxView"
    property string text1
    property string text2
}