"use client";

import ProxyLogger from "@/shared/components/ProxyLogger";

export default function LogsProxyPage() {
  return <ProxyLogger />;
}
