mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
refactor/remove old code
This commit is contained in:
parent
340d905c3b
commit
34bd080a2d
2 changed files with 0 additions and 46 deletions
|
@ -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>
|
|
|
@ -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>
|
|
Loading…
Add table
Add a link
Reference in a new issue