Skip to content

Commit ab151b5

Browse files
committed
fix(frontend): refactor to correct store name
1 parent 2da205d commit ab151b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/register.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<script setup lang="ts">
5959
import { ref } from "vue";
6060
61-
import { useAuthStore } from "~/utils/authStore";
61+
import { useAuthStore } from "~/store/auth";
6262
6363
const userStore = useAuthStore();
6464

0 commit comments

Comments
 (0)