fix(admin-web): 补回 AdminLayout useState import

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
hailin 2026-03-04 19:20:05 -08:00
parent 4feea2667c
commit 332a8dafe8
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
'use client';
import React, { useEffect } from 'react';
import React, { useState, useEffect } from 'react';
import { usePathname, useRouter } from 'next/navigation';
import Link from 'next/link';
import { t } from '@/i18n/locales';