'use client'; import AdminSidebar from "@/app/components/AdminSidebar"; export default function AdminLogsPage() { return (

로그/접속 기록

); }