// Copyright © 2023 Dean Lee import '../style.css'; import 'highlight.js/styles/github.css'; // This default export is required in a new `pages/_app.js` file. const MyApp = ({ Component, pageProps }) => { return ; } export default MyApp;