"use client";

import Layout from "@/Layout";
import CorreosChileIntegration from "@/pages/CorreosChileIntegration";

export default function CorreosChileIntegrationRoute(): React.ReactElement {
  return (
    <Layout currentPageName="CorreosChileIntegration">
      <CorreosChileIntegration />
    </Layout>
  );
}
