Errorview to script setup

This commit is contained in:
Matthias 2023-04-13 06:37:13 +02:00
parent 5a3dcce1ef
commit dab29a1f68

View File

@ -9,12 +9,6 @@
</div>
</template>
<script lang="ts">
import { defineComponent } from 'vue';
export default defineComponent({
name: 'Error404',
});
</script>
<script setup lang="ts"></script>
<style scoped></style>