Add prettier dependency to format frontend code
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user