diff --git a/package-lock.json b/package-lock.json index 8410092..cd18b9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,6 @@ "dependencies": { "@tailwindcss/vite": "^4.1.7", "axios": "^1.9.0", - "remixicon": "^4.6.0", "tailwindcss": "^4.1.7", "vue": "^3.5.13", "vue-router": "^4.5.1" @@ -2254,12 +2253,6 @@ "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", "license": "MIT" }, - "node_modules/remixicon": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/remixicon/-/remixicon-4.6.0.tgz", - "integrity": "sha512-bKM5odjqE1yzVxEZGJE7F79WHhNrJFIKHXR+GG+P1IWXn8AnJZhl8SbIRDJsNAvIqx4VPkNwjuHfc42tutMDpQ==", - "license": "Apache-2.0" - }, "node_modules/rollup": { "version": "4.41.0", "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.41.0.tgz", diff --git a/package.json b/package.json index 88a2983..83df4a4 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,6 @@ "dependencies": { "@tailwindcss/vite": "^4.1.7", "axios": "^1.9.0", - "remixicon": "^4.6.0", "tailwindcss": "^4.1.7", "vue": "^3.5.13", "vue-router": "^4.5.1" diff --git a/src/App.vue b/src/App.vue index 4c8ccd8..9337f7c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -9,27 +9,39 @@ const route = useRoute()