Skip to content
Snippets Groups Projects
Footer.js 366 B
import { Typography, Box } from "@mui/material";






export default function div() {



return(
    <Box bgcolor='lightgrey'>
        <Typography variant="h6" align="center" gutterBottom>Bookmark Page 2.0</Typography>
        <Typography variant="subtitle1" align="center" color="textSecondary">Copyright &#169; by Dominik Rüegg</Typography>
    </Box>
    )
  }