refactor: 还有一个组件..

This commit is contained in:
2025-12-18 19:01:32 +08:00
parent 169a0b00d6
commit bc1fdc5b57
2 changed files with 1 additions and 1 deletions

View File

@@ -29,11 +29,11 @@ import {
import { Skeleton } from "../../../../components/ui/skeleton"
import { toast } from "sonner"
import { useRouter } from "next/navigation"
import SetPassword from "../../../../components/nav-user/SetPassword"
import { useState } from "react"
import { User } from "@/lib/types/user"
import { AuthAPI } from "@/lib/api/client"
import { useUserStore } from "@/store/useUserStore"
import SetPassword from "./nav-user/SetPassword"
export function NavUser({ user }: { user: User | null }) {
const { isMobile } = useSidebar();