"use client"; import React from "react"; import { IBankAccount } from "typings"; import ResourceAccount from "./ResourceAccount"; const BankAccountsView = (props: { bankAccount: IBankAccount | undefined; setLightBoxIsActive: () => void; }) => { return (