feat(i18n): download page
This commit is contained in:
@@ -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 />
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user