"use client" import React from "react" import { Button } from "docs-ui" import { useArea } from "@/providers/area" import Link from "next/link" const DownloadFull = () => { const { area } = useArea() return ( ) } export default DownloadFull