Add prettier dependency to format frontend code

This commit is contained in:
2026-03-04 15:37:59 +01:00
parent 2d97aa85c4
commit af44849eda
31 changed files with 1166 additions and 1070 deletions

View File

@@ -1,11 +1,11 @@
<script setup>
import AppNavBar from './AppNavBar.vue'
import { RouterView } from 'vue-router'
import AppNavBar from './AppNavBar.vue'
import { RouterView } from 'vue-router'
</script>
<template>
<header>
<AppNavBar/>
<AppNavBar />
</header>
<main class="section">
<RouterView />