split the imports

This commit is contained in:
Andreas Zweili 2021-01-25 20:42:59 +01:00
parent 1aeb453497
commit 81a2636d88
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
import { createApp } from "vue";
import App from "./App.vue";
import FriendContact from "./components/FriendContact";