Skip to content

Commit 008fa11

Browse files
committed
♻️ [refactor] : 불필요 코드 제거
1 parent de257f7 commit 008fa11

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/stores/member.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { defineStore } from 'pinia'
22
import { axiosInstance } from '@/utils/axios'
33
import { ref } from 'vue'
44
import type { User } from '@/types/auth'
5-
import Cookies from 'js-cookie'
65

76
export const useMemberStore = defineStore('memberInfo', () => {
87
const info = ref<User>({

0 commit comments

Comments
 (0)