drop axios/date-fns/fontawesome

This commit is contained in:
2023-02-14 15:01:06 +10:00
parent ac4d3d8ad0
commit afc3c94b04
75 changed files with 3416 additions and 2000 deletions

View File

@@ -1,15 +1,24 @@
<template>
<div class="page-error internal">
<div class="image"></div>
<div class="content">
<h1>The cat has broken something</h1>
<p>We are working to fix that what was broken. Please try again later.</p>
<SMPage no-breadcrumbs>
<div class="page-error internal">
<div class="image"></div>
<div class="content">
<h1>The cat has broken something</h1>
<p>
We are working to fix that what was broken. Please try again
later.
</p>
</div>
</div>
</div>
</SMPage>
</template>
<script setup lang="ts">
import SMPage from "../SMPage.vue";
</script>
<style lang="scss">
.page-error.internal .image {
background-image: url('/img/500.jpg');
background-image: url("/img/500.jpg");
}
</style>
</style>