♻️ 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,4 +1,4 @@
import { classFilter } from "./store";
import { classFilter } from "@/store";
export function getSubstitutionText(substitution) {
const includeClass = !classFilter.value || classFilter.value == "none";