Edit footer and add header

This commit is contained in:
Paul Nicoué 2023-01-11 15:16:55 +01:00
parent 4341a3ff9e
commit c6705914e0
10 changed files with 160 additions and 41 deletions

View file

@ -2,6 +2,7 @@
<div class="app">
<AppError class="app__error" :error-message="errorMessage" @handle-error="handleError" />
<AppFooter class="app__footer" />
</div>
</template>
@ -33,7 +34,7 @@
</script>
<style lang="scss">
<style lang="scss" scoped>
// --------------------------------------------------
// LAYOUT