Revert "Add initial authentication system"

This reverts commit 1871ea9eb7.
This commit is contained in:
KevinNThomas
2021-07-17 17:31:35 -07:00
parent ca4c7804e0
commit 10b636adfa
34 changed files with 1 additions and 18053 deletions

View File

@@ -1,23 +0,0 @@
<template>
<div id="app">
<img src="./assets/logo.png">
<router-view/>
</div>
</template>
<script>
export default {
name: 'App'
}
</script>
<style>
#app {
font-family: 'Avenir', Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
margin-top: 60px;
}
</style>