// This ensures this component is rendered only on the client side import TransactionTable from "@/app/features/Pages/Transactions/Transactions"; export default function TransactionPage() { return (
{/* This page will now be rendered on the client-side */}
); }