fix(schedule): case-sensitive import MainPageNavbar (Linux)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<script>
|
<script>
|
||||||
import MainPageNavBar from "@/Navbars/MainPageNavBar.vue";
|
import MainPageNavbar from "@/Navbars/MainPageNavbar.vue";
|
||||||
import ScheduleListTitle from "@/componentss/features/schedules/components/ScheduleListTitle.vue";
|
import ScheduleListTitle from "@/componentss/features/schedules/components/ScheduleListTitle.vue";
|
||||||
import MetaTags from "@/componentss/shared/SEO/MetaTags.vue";
|
import MetaTags from "@/componentss/shared/SEO/MetaTags.vue";
|
||||||
import BasicFooter from "@/footers/BasicFooter.vue";
|
import BasicFooter from "@/footers/BasicFooter.vue";
|
||||||
@@ -11,7 +11,7 @@ export default {
|
|||||||
MetaTags,
|
MetaTags,
|
||||||
BasicFooter,
|
BasicFooter,
|
||||||
ScheduleListTitle,
|
ScheduleListTitle,
|
||||||
MainPageNavBar,
|
MainPageNavbar,
|
||||||
Link,
|
Link,
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
@@ -39,7 +39,7 @@ export default {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<MetaTags :seo="seo" />
|
<MetaTags :seo="seo" />
|
||||||
<MainPageNavBar :sections="$page.props?.navigation" />
|
<MainPageNavbar :sections="$page.props?.navigation" />
|
||||||
|
|
||||||
<div class="flex flex-col h-screen">
|
<div class="flex flex-col h-screen">
|
||||||
<main class="flex-grow">
|
<main class="flex-grow">
|
||||||
|
|||||||
Reference in New Issue
Block a user