mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
remove toolbox
This commit is contained in:
parent
2994415257
commit
717dd06e7e
3 changed files with 0 additions and 32 deletions
|
@ -155,11 +155,6 @@ export default {
|
|||
to: "/admin/meal-planner",
|
||||
title: this.$t("meal-plan.meal-planner"),
|
||||
},
|
||||
{
|
||||
icon: "mdi-toolbox",
|
||||
to: "/admin/tool-box",
|
||||
title: "Tool Box",
|
||||
},
|
||||
],
|
||||
};
|
||||
},
|
||||
|
|
|
@ -1,22 +0,0 @@
|
|||
<template>
|
||||
<v-container>
|
||||
<v-app-bar color="primary" rounded dark>
|
||||
<v-toolbar-title class="headline">
|
||||
Hello World
|
||||
</v-toolbar-title>
|
||||
</v-app-bar>
|
||||
<v-card class="mt-1">
|
||||
<v-card-title>Hello World</v-card-title>
|
||||
<v-card-text>
|
||||
Hell From The Text Field
|
||||
</v-card-text>
|
||||
</v-card>
|
||||
</v-container>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {};
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
</style>
|
|
@ -7,7 +7,6 @@ import Profile from "@/pages/Admin/Profile";
|
|||
import ManageUsers from "@/pages/Admin/ManageUsers";
|
||||
import Settings from "@/pages/Admin/Settings";
|
||||
import About from "@/pages/Admin/About";
|
||||
import ToolBox from "@/pages/Admin/ToolBox";
|
||||
import { store } from "../store";
|
||||
|
||||
export default {
|
||||
|
@ -56,9 +55,5 @@ export default {
|
|||
path: "about",
|
||||
component: About,
|
||||
},
|
||||
{
|
||||
path: "tool-box",
|
||||
component: ToolBox,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue