import { Global } from "@mantine/core"; const GlobalStyle = () => { return ( ({ a: { color: "inherit", textDecoration: "none", }, })} /> ); }; export default GlobalStyle;