diff --git a/.env b/.env index 0946db5..f502447 100644 --- a/.env +++ b/.env @@ -5,4 +5,4 @@ DATABASE_URL="postgresql://admin:adminpassword@192.168.1.25:5432/afrohub_dev?sch # Exemple avec Supabase ou Neon (si base distante) # DATABASE_URL="postgresql://postgres:[MOT_DE_PASSE]@db.[ID_PROJET].supabase.co:5432/postgres" # Environnement : "development" = accents rouges, "production" = accents normaux -NEXT_PUBLIC_APP_ENV=development \ No newline at end of file +NEXT_PUBLIC_APP_ENV=development diff --git a/admin/src/app/actualites/import/page.tsx b/admin/src/app/actualites/import/page.tsx new file mode 100644 index 0000000..c8897c5 --- /dev/null +++ b/admin/src/app/actualites/import/page.tsx @@ -0,0 +1,13 @@ +import ImportJsonForm from '@/components/ImportJsonForm'; + +export const metadata = { + title: 'Import JSON - CMS Afrohub', +}; + +export default function ImportJsonPage() { + return ( +