import { DataTableProvider } from "@/lib/hooks"; import { Trans } from "react-i18next"; import { QuotesDataTable } from "./components"; import { Button } from "@/ui"; import { t } from "i18next"; import { useNavigate } from "react-router-dom"; export const QuotesList = () => { const navigate = useNavigate(); return (

descripción

); };