import React from "react"; import { Box, Typography, Link } from "@mui/material"; const Footer = () => { return ( We keep processed documents for research purposes, to which you agree by using the space. For a fully private usage, please duplicate the{" "} advanced demo space ); }; export default Footer;