import ClosingsTable from '@/components/pages/closing/ClosingsTable'; const Closing = () => { return (
); }; export default Closing;