1
0
Fork 0

Use new ESLint config

This commit is contained in:
Moritz Ruth 2019-12-11 18:44:05 +01:00
parent d544a6a7ee
commit 3445ae529c
No known key found for this signature in database
GPG key ID: FE38A0B03AA331BA
13 changed files with 464 additions and 358 deletions

View file

@ -102,9 +102,9 @@
</style>
<script>
import KNavigationBar from "kiste/components/KNavigationBar";
import KFooter from "kiste/components/KFooter";
import AnimatedLogo from "../components/AnimatedLogo";
import KNavigationBar from "kiste/components/KNavigationBar.vue";
import KFooter from "kiste/components/KFooter.vue";
import AnimatedLogo from "@/components/AnimatedLogo.vue";
import GitHubIcon from "@/assets/icons/github.svg";
import TwitterIcon from "@/assets/icons/twitter.svg";
import InstagramIcon from "@/assets/icons/instagram.svg";