// import * as React from "react" import Typography from "@mui/material/Typography" import MuiLink from "@mui/material/Link" export default function Copyright() { return ( {"© "} Company Juice (Open Source Solutions) {" "} {new Date().getFullYear()} ) }