Files
drop/pages/community.vue
DecDuck 9e929ddf98 Better metadata editing division #79 (#82)
* feat: new dropdown-based editor switching

* feat: tab based switching

* feat: add icon

* fix: lint

* chore: i18n translations

oh boy was this a 'chore'
2025-06-05 14:53:19 +10:00

9 lines
145 B
Vue

<template>
<div class="text-gray-100">{{ $t("todo") }}</div>
</template>
<script lang="ts" setup>
useHead({
title: "Settings",
});
</script>