chore: delete unused file (#3089)

This commit is contained in:
Kuchenpirat 2024-01-31 20:10:59 +01:00 committed by GitHub
parent 8df7848c96
commit c3f7ad8954
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,21 +0,0 @@
<template>
<div></div>
</template>
<script lang="ts">
import { defineComponent } from "@nuxtjs/composition-api";
export default defineComponent({
setup() {
return {};
},
head() {
return {
title: this.$t("settings.profile") as string,
};
},
});
</script>
<style scoped>
</style>