feat(i18n): download page

This commit is contained in:
Julien Froidefond
2025-02-27 12:45:03 +01:00
parent 0d1d969e53
commit 148bfd71e1
5 changed files with 216 additions and 128 deletions

View File

@@ -1,11 +1,9 @@
import { PageHeader } from "@/components/layout/PageHeader";
import { DownloadManager } from "@/components/downloads/DownloadManager";
import { withPageTiming } from "@/lib/hoc/withPageTiming";
function DownloadsPage() {
return (
<>
<PageHeader title="Téléchargements" description="Gérez vos livres disponibles hors ligne" />
<DownloadManager />
</>
);