<template>
  <div class="h-full overflow-y-scroll scrollbar-thin-dull pt-2">
    <div class="text-xl mt-4 mb-8 text-center font-weight-bold">{{ $t('title.appStore') }}</div>
    <div>
      <LazyDashboardSettingsAppStore />
    </div>
  </div>
</template>