"use client"; export default function BackOfficeUsersPage() { return (
{/* This page will now be rendered on the client-side */} hello
); }