Skip to content

Commit d587da3

Browse files
committed
fix: 빌드 오류 해결
1 parent 4115940 commit d587da3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/stores/authStore.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
import { create } from 'zustand';
22
import { persist, createJSONStorage } from 'zustand/middleware';
33
import useThemeStore from './themeStore';
4-
import { useTheme } from '@emotion/react';
5-
6-
// import { postLogout } from '@/apis/auth';
74

85
interface AuthStore {
96
isLoggedIn: boolean;

0 commit comments

Comments
 (0)