Skip to content

Commit

Permalink
refactor: 주석 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
rabyeoljji committed Dec 8, 2024
1 parent 13ee623 commit 4733af5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/store/auth.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { create } from 'zustand'
import { persist } from 'zustand/middleware'

// 추가로 auth관련 데이터를 저장할 수 있음

interface AuthStore {
accessToken: string | null
setAccessToken: (token: string | null) => void
Expand Down

0 comments on commit 4733af5

Please sign in to comment.