diff --git a/src/components/Hightlight.vue b/src/components/Hightlight.vue
new file mode 100644
index 0000000..18c2e73
--- /dev/null
+++ b/src/components/Hightlight.vue
@@ -0,0 +1,26 @@
+
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main.ts b/src/main.ts
index 959c112..43e4ab8 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -14,8 +14,6 @@ const router = createRouter({
]
})
-console.log(router.getRoutes())
-
createApp(App)
.use(router)
.mount('#app')
diff --git a/src/templates/modules/default/Home.vue b/src/templates/modules/default/Home.vue
index 2df1aeb..f230515 100644
--- a/src/templates/modules/default/Home.vue
+++ b/src/templates/modules/default/Home.vue
@@ -3,7 +3,6 @@
A fully featured typescript framework for Discord.js
- AdonisJS includes everything you need to build a fully functional web application or API server. Don't waste hours downloading and assembling hundreds of packages - use Factory and get productive now.
Discord Factory includes everything you need to create your discord bots. Don't reinvent the wheel, leverage it
@@ -23,8 +22,11 @@
+
+
+
-
\ No newline at end of file