diff options
Diffstat (limited to 'Shop/Checkout/PersonalInfo/PaymentMethod/NetBanking.ui.qml')
| -rw-r--r-- | Shop/Checkout/PersonalInfo/PaymentMethod/NetBanking.ui.qml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Shop/Checkout/PersonalInfo/PaymentMethod/NetBanking.ui.qml b/Shop/Checkout/PersonalInfo/PaymentMethod/NetBanking.ui.qml index a776ee0..581cf80 100644 --- a/Shop/Checkout/PersonalInfo/PaymentMethod/NetBanking.ui.qml +++ b/Shop/Checkout/PersonalInfo/PaymentMethod/NetBanking.ui.qml @@ -1,7 +1,7 @@ -import QtQuick 2.15 -import QtQuick.Controls 2.15 -import QtQuick.Layouts 1.15 -import Eduport 1.4 +import QtQuick +import QtQuick.Controls +import QtQuick.Layouts +import Eduport ColumnLayout { property alias banks: banks |