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