Changed root alias from ~ to @ in the client

This commit is contained in:
Alexis
2021-01-16 19:56:54 +01:00
parent 50ba8b7f9c
commit 7170eb0dee
8 changed files with 97 additions and 97 deletions

View File

@@ -8,7 +8,7 @@
<script>
// API
import { RepositoryFactory } from "~/api/repositories";
import { RepositoryFactory } from "@/api/repositories";
const Schools = RepositoryFactory.get('schools');
import SpellsList from "~/components/spells/spells-list";