mirror of
https://github.com/haselkern/Minecraft-ArmorStand.git
synced 2025-12-15 00:14:05 +00:00
Design beginnings
This commit is contained in:
parent
5c5f34dc36
commit
f2bf164431
10 changed files with 71 additions and 4 deletions
|
|
@ -1,5 +1,6 @@
|
|||
import { createApp } from "vue";
|
||||
import App from "./App.vue";
|
||||
import "./assets/tailwind.css";
|
||||
import "../node_modules/@fortawesome/fontawesome-free/css/all.css";
|
||||
|
||||
createApp(App).mount("#app");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue