import { Placeholder } from "@/components/Placeholder";
export default function Page() {
return <Placeholder title="알림" icon="bell" />;
}