♻️ Replace relative paths with "@" alias

This commit is contained in:
2023-06-06 21:02:09 +02:00
parent 9164f56172
commit 55517f6c1b
16 changed files with 44 additions and 43 deletions

View File

@ -1,10 +1,10 @@
<script setup>
import { selectedDate, changeDate, changeDay } from "../store";
import { selectedDate, changeDate, changeDay } from "@/store";
import { Swiper, SwiperSlide } from "swiper/vue";
import { Virtual } from "swiper";
import { ref, watch } from "vue";
import { getDateSkippingWeekend } from "../util";
import ScrollableContainer from "../components/scrollable-container.vue";
import { getDateSkippingWeekend } from "@/util";
import ScrollableContainer from "@/components/scrollable-container.vue";
defineProps({
element: {