[fix] no react to current user changes

This commit is contained in:
Purp1e
2025-04-02 23:05:07 +08:00
parent c5330aec8f
commit 3dc271866f
3 changed files with 14 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ import { toolStore, useToolStore } from "@/store/tool"
import { addToast } from "@heroui/react"
import { invoke } from "@tauri-apps/api/core"
import { listen } from "@tauri-apps/api/event"
import { useDebounce, useDebounceEffect, useDebounceFn } from "ahooks"
import { useDebounce } from "ahooks"
import { useEffect } from "react"
import "./globals.css"
import Providers from "./providers"