<script setup lang="ts">
import AccountSection from '@/views/settings/AccountSection.vue'
import SystemSection from '@/views/settings/SystemSection.vue'
</script>
<template>
<div class="pb-6">
<AccountSection />
<SystemSection />
</div>
</template>