We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4115940 commit d587da3Copy full SHA for d587da3
src/stores/authStore.ts
@@ -1,9 +1,6 @@
1
import { create } from 'zustand';
2
import { persist, createJSONStorage } from 'zustand/middleware';
3
import useThemeStore from './themeStore';
4
-import { useTheme } from '@emotion/react';
5
-
6
-// import { postLogout } from '@/apis/auth';
7
8
interface AuthStore {
9
isLoggedIn: boolean;
0 commit comments