import { CustomerPageShell } from "@/app/customer/_components/customer-page-shell";
import { ListOtherAssetsTable } from "./_components/list-other-assets-table/table";

export default function OtherAssetsPage() {
  return (
    <CustomerPageShell>
      <ListOtherAssetsTable />
    </CustomerPageShell>
  );
}
