diff --git a/ui/noogle/src/App.vue b/ui/noogle/src/App.vue
index ae9d1c4..410a37d 100644
--- a/ui/noogle/src/App.vue
+++ b/ui/noogle/src/App.vue
@@ -1,7 +1,6 @@
diff --git a/ui/noogle/src/components/Home.vue b/ui/noogle/src/components/Home.vue
index 98f506b..5e9434d 100644
--- a/ui/noogle/src/components/Home.vue
+++ b/ui/noogle/src/components/Home.vue
@@ -1,12 +1,11 @@
diff --git a/ui/noogle/src/components/Image.vue b/ui/noogle/src/components/Image.vue
index 0e024c1..ed00336 100644
--- a/ui/noogle/src/components/Image.vue
+++ b/ui/noogle/src/components/Image.vue
@@ -1,6 +1,5 @@
@@ -18,7 +18,7 @@ import {isVisible} from "bootstrap/js/src/util/index.js";
-
+
diff --git a/ui/noogle/vite.config.ts b/ui/noogle/vite.config.ts
index 5c45e1d..f31604e 100644
--- a/ui/noogle/vite.config.ts
+++ b/ui/noogle/vite.config.ts
@@ -2,11 +2,10 @@ import { fileURLToPath, URL } from 'node:url'
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
-
// https://vitejs.dev/config/
export default defineConfig({
plugins: [
- vue(),
+ vue()
],
resolve: {
alias: {