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

@@ -19,8 +19,10 @@
</template>
<script>
import SecondLevelLink from "./SecondLevelLink";
export default {
name: "SecondLevelMenu",
components: {SecondLevelLink},
props: {
items: {
type: Array,