export const dynamic = 'force-dynamic';

import ProfileClient from "./profileClient";

export default function Page() {
  return <ProfileClient />;
}