Added extension recommand + code clean

This commit is contained in:
Dominic Villemure
2024-03-11 22:08:24 -04:00
parent e7a3e4ab6e
commit bfef2b2d8c
4 changed files with 8 additions and 6 deletions

View File

@@ -56,7 +56,7 @@
<script setup>
import { useAuthStore } from '@/plugins/store/authStore';
import { useRouter } from 'vue-router'
import { useRouter } from 'vue-router';
const authStore = useAuthStore();
const router = useRouter()