Fixing up some dependencies

This commit is contained in:
Matthew Aaron Raymer
2022-12-05 16:10:29 +08:00
parent 5c14275a75
commit 290a13fbf2
4 changed files with 480 additions and 90 deletions

View File

@@ -3,3 +3,5 @@
</template>
<style></style>
<script lang="ts"></script>

View File

@@ -3,7 +3,6 @@ import { createApp } from "vue";
import App from "./App.vue";
import "./registerServiceWorker";
import router from "./router";
import { useAccountStore } from "./store/account";
import "./assets/styles/tailwind.css";
import { library } from "@fortawesome/fontawesome-svg-core";