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

공지사항

); }