This commit is contained in:
2021-05-26 19:26:52 +03:00
commit 937785991f
17 changed files with 9107 additions and 0 deletions

5
src/views/About.vue Normal file
View File

@@ -0,0 +1,5 @@
<template>
<div class="about">
<h1>This is an about page</h1>
</div>
</template>