import type { AppProps } from "next/app"; import React from "react"; import "styles/globals.css"; import Head from "next/head"; const MyApp: React.FC = ({ Component, pageProps }) => ( <> @uwcsclub | LinkList ); export default MyApp;