Fixes primera revisión #86

Merged
jsegarra merged 13 commits from wbuezas/hedera-web-mindshore:bugfix/fixes-primera-review into 4922-vueMigration 2024-09-23 21:18:13 +00:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit be868b60ab - Show all commits

View File

@ -9,14 +9,12 @@ import VnSearchBar from 'src/components/ui/VnSearchBar.vue';
import { useAppStore } from 'stores/app';
import { storeToRefs } from 'pinia';
import { useUserStore } from 'stores/user';
// import useNotify from 'src/composables/useNotify.js';
const { t } = useI18n();
const router = useRouter();
const userStore = useUserStore();
const appStore = useAppStore();
const { isHeaderMounted } = storeToRefs(appStore);
// const { notify } = useNotify();
const loading = ref(false);
const users = ref([]);