"use client"; import Notice from "@/components/cstb/Notice"; const Home = () => { return (
); }; export default Home;