'use client' import * as React from 'react' interface RPAInfoProps { tableName: string count: number } export function RPAInfo({ tableName, count }: RPAInfoProps) { return (