import { Box, Typography } from "@mui/material"; import Image from "next/image"; import { FC } from "react"; interface HeaderLogoProps { sx?: any; } export const HeaderLogo: FC = ({ sx }) => { return ( Logo CSPJ Application ); };