diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2025-01-23 15:59:58 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2025-01-23 15:59:58 +0000 |
| commit | 0248517c6845a6c755d40c89d3d769ce7d60bd03 (patch) | |
| tree | def59a310f2bbe0a1e7913b99547200da686ecc2 /components/Nav.vue | |
| parent | 850affbd55fee9cd48a82ade94a3a5e60fd737a8 (diff) | |
Some more shit
Diffstat (limited to 'components/Nav.vue')
| -rw-r--r-- | components/Nav.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/Nav.vue b/components/Nav.vue index 280af02..1e08e54 100644 --- a/components/Nav.vue +++ b/components/Nav.vue @@ -1,5 +1,5 @@ <script setup lang="ts"> -import { Calendar, Icon, SquareGanttChart, TrainTrack } from 'lucide-vue-next'; +import { Calendar, SquareGanttChart, TrainTrack } from 'lucide-vue-next'; const route = useRouter(); |
