♻️ 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,9 +1,9 @@
<script setup>
import { history, loadingFailed } from "../store";
import { getSubstitutionText } from "../util";
import { history, loadingFailed } from "@/store";
import { getSubstitutionText } from "@/util";
import { computed } from "vue";
import dayjs from "dayjs";
import InfoCard from "./info-card.vue";
import InfoCard from "@/components/info-card.vue";
import { ClockIcon, AlarmClockOffIcon, CloudOffIcon } from "lucide-vue-next";
const props = defineProps({