import { Placeholder } from "@/components/Placeholder";
export default function Page() {
return <Placeholder title="여행" icon="send" />;
}