diff --git a/src/pages/AdminBanSystem.tsx b/src/pages/AdminBanSystem.tsx index 5a7ee2d..edfe8c0 100644 --- a/src/pages/AdminBanSystem.tsx +++ b/src/pages/AdminBanSystem.tsx @@ -1,5 +1,6 @@ import { useState, useEffect, useCallback, useRef } from 'react'; import { useTranslation } from 'react-i18next'; +import { AdminBackButton } from '../components/admin/AdminBackButton'; import { banSystemApi, type BanSystemStatus, @@ -557,6 +558,7 @@ export default function AdminBanSystem() { {/* Header */}