Fix imports

This commit is contained in:
René Preuß
2022-10-30 14:34:11 +01:00
parent ed44357418
commit 04dc159ef5
3 changed files with 6 additions and 0 deletions

View File

@@ -31,9 +31,11 @@
<script>
import {mapState} from "pinia";
import {useMenuStore} from "../stores/menu";
import Button from "./Button";
export default {
name: "ThirdLevelMenu",
components: {Button},
data() {
return {
link: ''