feat: download button and page
This commit is contained in:
11
src/app/downloads/page.tsx
Normal file
11
src/app/downloads/page.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { PageHeader } from "@/components/layout/PageHeader";
|
||||
import { DownloadManager } from "@/components/downloads/DownloadManager";
|
||||
|
||||
export default function DownloadsPage() {
|
||||
return (
|
||||
<>
|
||||
<PageHeader title="Téléchargements" description="Gérez vos livres disponibles hors ligne" />
|
||||
<DownloadManager />
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user