import { Placeholder } from "@/components/Placeholder";
export default function Page() {
return <Placeholder title="라이프" icon="heart" />;
}