refactor/remove old code

This commit is contained in:
Hayden 2021-02-21 16:55:48 -09:00
commit 34bd080a2d
2 changed files with 0 additions and 46 deletions

View file

@ -1,27 +0,0 @@
<template>
<v-row>
<v-col cols="2"> </v-col>
<v-col>
<v-expand-transition>
<Search class="search-bar" />
</v-expand-transition>
</v-col>
<v-col cols="2">
<v-btn icon>
<v-icon> mdi-filter </v-icon>
</v-btn>
</v-col>
</v-row>
</template>
<script>
import Search from "./Search";
export default {
components: {
Search,
},
};
</script>
<style>
</style>

View file

@ -1,19 +0,0 @@
<template>
<v-row justify="start" height="100%">
<v-col align="center">
<LoginForm />
</v-col>
</v-row>
</template>
<script>
import LoginForm from "../components/Login/LoginForm";
export default {
components: {
LoginForm,
},
};
</script>
<style>
</style>