refactor: Remove unused import from authStore.ts

This commit is contained in:
2026-02-25 22:22:15 +08:00
parent b6191990da
commit d0b6e37ae5

View File

@@ -1,5 +1,5 @@
import { create } from 'zustand' import { create } from 'zustand'
import { persist, createJSONStorage } from 'zustand/middleware' import { persist } from 'zustand/middleware'
interface AuthState { interface AuthState {
token: string | null token: string | null