change display order

This commit is contained in:
MaysWind
2024-10-20 19:21:49 +08:00
parent 4b239030c5
commit 3795e788bb
+9 -9
View File
@@ -19,15 +19,6 @@ const supportedImportFileTypes = [
anchor: 'export-transactions' anchor: 'export-transactions'
} }
}, },
{
type: 'firefly_iii_csv',
name: 'Firefly III Data Export File',
extensions: '.csv',
document: {
supportMultiLanguages: true,
anchor: 'how-to-get-firefly-iii-data-export-file'
}
},
{ {
type: 'qif', type: 'qif',
name: 'Quicken Interchange Format (QIF) File', name: 'Quicken Interchange Format (QIF) File',
@@ -47,6 +38,15 @@ const supportedImportFileTypes = [
} }
] ]
}, },
{
type: 'firefly_iii_csv',
name: 'Firefly III Data Export File',
extensions: '.csv',
document: {
supportMultiLanguages: true,
anchor: 'how-to-get-firefly-iii-data-export-file'
}
},
{ {
type: 'feidee_mymoney_csv', type: 'feidee_mymoney_csv',
name: 'Feidee MyMoney (App) Data Export File', name: 'Feidee MyMoney (App) Data Export File',