summaryrefslogtreecommitdiffstats
path: root/src/components/SettingsSection.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/SettingsSection.vue')
-rw-r--r--src/components/SettingsSection.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/SettingsSection.vue b/src/components/SettingsSection.vue
index 7053356b..e0757716 100644
--- a/src/components/SettingsSection.vue
+++ b/src/components/SettingsSection.vue
@@ -26,11 +26,11 @@
<SettingsAddressbook v-for="addressbook in addressbooks" :key="addressbook.id" :addressbook="addressbook" />
</ul>
<SettingsNewAddressbook :addressbooks="addressbooks" />
+ <SettingsSortContacts class="settings-section" />
<SettingsImportContacts :addressbooks="addressbooks"
class="settings-section"
@clicked="onClickImport"
@fileLoaded="onLoad" />
- <SettingsSortContacts class="settings-section" />
</div>
</template>